Skip to content

Commit

Permalink
feat(web): hide get started from navbar on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed Jun 10, 2024
1 parent 8c9cffb commit c2db77f
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="self-center">
<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 c2db77f

Please sign in to comment.