Skip to content

Commit

Permalink
Update locations
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jan 5, 2025
1 parent 7bc4912 commit 92a06d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Page = () => {
['Search for an Item', '/search'],
['Adjust your settings', '/settings'],
].map(([title, href]) => (
<li key={title}>
<li key={title} className="flex items-center">
<Button variant="link" asChild>
<Link to={href} className="block p-4">
<span>{title}</span>
Expand Down

0 comments on commit 92a06d1

Please sign in to comment.