Skip to content

Commit

Permalink
feat: remove under development banner
Browse files Browse the repository at this point in the history
Signed-off-by: Thaddeus Kuah <[email protected]>
  • Loading branch information
thaddeuskkr committed Feb 27, 2025
1 parent 347bb5c commit 79de304
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/components/Navigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,6 @@ const { active } = Astro.props;
<div
class="fixed z-50 flex w-screen flex-row items-center justify-between rounded-md border border-zinc-800/30 bg-zinc-900/40 px-3 py-3 backdrop-blur-md md:mt-6 md:w-[95%] lg:w-5xl">
<a href="/" class="px-2 text-lg font-bold">tkkr.dev</a>
<div class="hidden items-center justify-center space-x-2 overflow-clip md:flex">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="2"
class="size-6 stroke-red-400">
<path
stroke-linecap="round"
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 currently in development.</p>
</div>
<ul class="flex items-center space-x-2">
<li>
<a
Expand Down

0 comments on commit 79de304

Please sign in to comment.