Skip to content

Commit

Permalink
fix: 🐛 fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoalvescode committed Apr 9, 2024
1 parent 0a30474 commit 7da658e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Home() {
</label>
<div className="flex flex-col gap-6 lg:grid lg:grid-cols-2">
<Input.Root>
<Input.Control id="firstName" defaultValue="Diego" />
<Input.Control id="firstName" defaultValue="Juliano" />
</Input.Root>

<div className="flex flex-col gap-3 lg:block">
Expand Down
4 changes: 2 additions & 2 deletions src/components/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export function Sidebar() {
<div className="flex items-center justify-between">
<Logo />
<Collapsible.Trigger asChild className="lg:hidden">
<Button variant="ghost">
<Menu className="h-6 w-6" />
<Button variant="ghost" className="lg:hidden">
<Menu className="h-6 w-6 text-zinc-500" />
</Button>
</Collapsible.Trigger>
</div>
Expand Down

0 comments on commit 7da658e

Please sign in to comment.