Skip to content

Commit

Permalink
feat(frontend): add proper linking to chat app
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Nov 3, 2024
1 parent bf38a08 commit 1c01f9e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/frontend/src/components/header/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ import HeaderLink from './header-link.astro';
</svg>
</HeaderLink>

<!-- <div class="flex flex-row gap-4">
<button class="bg-black text-white px-4 py-2 rounded">
<div class="flex flex-row gap-4">
<a href="/app" class="bg-black text-white px-4 py-2 rounded hover:bg-gray-800">
Login
</button>
</a>

<button class="border border-primary text-primary px-4 py-2 rounded">
<!-- <button class="border border-primary text-primary px-4 py-2 rounded">
Sign Up
</button>
</div> -->
</button> -->
</div>
</nav>

<!-- Mobile menu -->
Expand Down

0 comments on commit 1c01f9e

Please sign in to comment.