Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneMoroz committed Aug 29, 2024
1 parent 82787d5 commit f9bbae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navbar/ChinguMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function ChinguMenu() {
return (
<Link
href={routePaths.dashboardPage()}
className="flex flex-col flex-wrap items-center gap-2 cursor-pointer sm:flex-row"
className="flex cursor-pointer flex-col flex-wrap items-center gap-2 sm:flex-row"
>
<Image
src={chinguLogo}
Expand Down

0 comments on commit f9bbae4

Please sign in to comment.