Skip to content

Commit

Permalink
🚑️ Fix settings button
Browse files Browse the repository at this point in the history
  • Loading branch information
karlosos committed Nov 7, 2023
1 parent 9509b33 commit 49fb4e5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/features/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Settings = () => {
return (
<>
<Dialog open={isDialogOpen} onOpenChange={setIsDialogOpen}>
<DialogTrigger asChild>
<DialogTrigger>
<SettingsButton />
</DialogTrigger>
<DialogContent>
Expand Down
2 changes: 1 addition & 1 deletion src/app/ui/GithubButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const GithubButton = () => {
className="flex cursor-pointer items-center gap-1 rounded-lg border border-neutral-300 bg-neutral-50 px-3 py-1 text-xs font-semibold text-neutral-700 hover:bg-neutral-100 hover:text-neutral-900"
tabIndex={0}
>
<span>Star me on GitHub</span>
<span>Star me</span>
<MuiGithubIcon fontSize="small" />
</button>
</a>
Expand Down

0 comments on commit 49fb4e5

Please sign in to comment.