Skip to content

Commit

Permalink
Fix bottom links. And "the C3 Guide" to "The C3 Guide"
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Feb 20, 2024
1 parent e2f91aa commit 98f0361
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/community.astro
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
>
<a
class="flex flex-col h-full text-center rounded-md hover:bg-gray-100 p-4 sm:p-6 dark:hover:bg-white/[.05]"
href="references/"
href="references/getting-started/prebuilt-binaries/"
>
<box-icon
class="w-24 h-24 mx-auto text-black dark:text-white"
Expand All @@ -171,7 +171,7 @@
</a>
<a
class="flex flex-col h-full text-center rounded-md hover:bg-gray-100 p-4 sm:p-6 dark:hover:bg-white/[.05]"
href="guide/getting-started/prebuilt-binaries/"
href="guide/"
>
<box-icon
class="w-24 h-24 mx-auto text-black dark:text-white"
Expand Down
4 changes: 2 additions & 2 deletions src/components/navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
>
<a
class="font-medium text-gray-500 hover:text-gray-400 sm:py-6 dark:text-gray-400 dark:hover:text-gray-500"
href="guide/">the C3 Guide</a
href="guide/">The C3 Guide</a
>
<a
class="font-medium text-gray-500 hover:text-gray-400 sm:py-6 dark:text-gray-400 dark:hover:text-gray-500"
Expand Down Expand Up @@ -230,7 +230,7 @@
</a>
<a
class="flex items-center gap-x-3.5 py-2 px-3 rounded-md text-sm text-stone-950 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-stone-700 dark:hover:text-gray-300"
href="https://github.com/c3lang/c3c"
href="https://github.com/sponsors/c3lang"
>
Support us
</a>
Expand Down

0 comments on commit 98f0361

Please sign in to comment.