Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: button
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Oct 5, 2023
1 parent 90ae00f commit 53881a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/components/molecules/language-switcher/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ const LanguageSwitcher = () => {
onOpenChange={setOpen}
>
<DropdownMenu.Trigger asChild>
<div className={styles.trigger}>
<button className={styles.trigger}>
<Typography.Paragraph size="medium" font_family={'UBUNTU'} weight="bold">
{currentLang.short_name}
</Typography.Paragraph>
</div>
</button>
</DropdownMenu.Trigger>

<DropdownMenu.Content
Expand Down

0 comments on commit 53881a3

Please sign in to comment.