Skip to content

Commit

Permalink
fix(web): update get started button on header to be have a absolute href
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed Jun 16, 2024
1 parent b7bfd08 commit 49258ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Header = () => {
alt="BolhaDEV.chat logo featuring a stylized globe and a speech bubble with a language symbol on a dark background."
></Image>
</Link>
<Link href="room/queue" className="invisible self-center md:visible">
<Link href="/room/queue" className="invisible self-center md:visible">
<Button className="rounded-xl p-6 text-zinc-800">
<span className="mr-1 text-base leading-6">Get started</span>
<ArrowRight />
Expand Down

0 comments on commit 49258ce

Please sign in to comment.