Skip to content

Commit 3654322

Browse files
committed
chore: format footer and nav
1 parent 7ffaab9 commit 3654322

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

apps/website/src/components/footer.astro

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,21 @@ const copyright = `
5151
class="flex flex-col md:flex-row gap-4 text-left w-fit col-span-3 lg:col-span-1 lg:grow lg:justify-center lg:w-full"
5252
>
5353
<a href="/" class="text-white w-fit block whitespace-nowrap">Home</a>
54-
<a href="/for-ctos" class="text-white w-fit block whitespace-nowrap"
55-
>For CTOs</a
56-
>
54+
<a href="/for-ctos" class="text-white w-fit block whitespace-nowrap">
55+
For CTOs
56+
</a>
5757
<a
5858
href="/staff-augmentation"
59-
class="text-white w-fit block whitespace-nowrap">Staff Augmentation</a
60-
>
61-
<a href="/blog" class="text-white w-fit block whitespace-nowrap">Blog</a
59+
class="text-white w-fit block whitespace-nowrap"
6260
>
61+
Staff Augmentation
62+
</a>
63+
<a href="/blog" class="text-white w-fit block whitespace-nowrap">
64+
Blog
65+
</a>
6366
<a href="/contact" class="text-white w-fit block whitespace-nowrap">
64-
Contact</a
65-
>
67+
Contact
68+
</a>
6669
</div>
6770
<div
6871
class="flex items-center col-span-3 row-start-4 min-[400px]:col-span-1 min-[400px]:col-start-3 min-[400px]:justify-end lg:row-start-1"

apps/website/src/components/navigation.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,9 @@ const isContact = Astro.url.pathname === "/contact";
152152
whitespace-nowrap
153153
bg-[#545664] text-[#ffffff] hover:opacity-90"
154154
href={isContact ? "/#book-a-call-section" : "#book-a-call-section"}
155-
>Book a call</a
156155
>
156+
Book a call
157+
</a>
157158
<a
158159
class="font-medium
159160
w-full !h-[40px] items-center px-4 py-2 rounded-md

0 commit comments

Comments
 (0)