Skip to content

Commit

Permalink
fix(seo): remove github link
Browse files Browse the repository at this point in the history
Signed-off-by: Thaddeus Kuah <[email protected]>
  • Loading branch information
thaddeuskkr committed Feb 23, 2025
1 parent 6bdb050 commit ef14da5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/Navigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@ const { active } = Astro.props;
stroke-linejoin="round"
d="M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z"></path>
</svg>
<p class="m-auto text-center text-nowrap text-red-400">
This site is not yet complete. See the source code
<a
href="https://github.com/thaddeuskkr/tkkr.dev"
class="underline"
target="_blank"
rel="noopener noreferrer">here</a
>.
</p>
<p class="m-auto text-center text-nowrap text-red-400">This site is currently in development.</p>
</div>
<ul class="flex items-center space-x-2">
<li>
Expand Down

0 comments on commit ef14da5

Please sign in to comment.