Skip to content

Commit

Permalink
style: update language switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
hta218 committed Aug 14, 2023
1 parent f76428c commit b3bcfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/LanguageSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function LanguageSwitcher() {

return (
<Popover>
<PopoverTrigger className="p-1.5 hover:bg-gray-200 dark:hover:bg-gray-700 rounded">
<PopoverTrigger className="p-1.5 hover:bg-gray-200 dark:hover:bg-gray-700 rounded cursor-pointer">
<Image
src={currentLocale.flag}
alt={currentLocale.name}
Expand Down

1 comment on commit b3bcfe2

@vercel
Copy link

@vercel vercel bot commented on b3bcfe2 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

leo-huynh-dot-dev – ./

leo-huynh-dot-dev-hta218.vercel.app
leo-huynh-dot-dev-git-main-hta218.vercel.app
www.leohuynh.dev
leohuynh.dev

Please sign in to comment.