File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
"use client"
2
2
3
3
import { useRef } from "react"
4
+ import { Languages } from "lucide-react"
4
5
import dynamic from "next/dynamic"
5
6
import { useLocale } from "next-intl"
6
7
7
- import Translate from "@/components/icons/translate.svg"
8
8
import SearchButton from "@/components/Search/SearchButton"
9
9
import SearchInputButton from "@/components/Search/SearchInputButton"
10
10
import { Skeleton } from "@/components/ui/skeleton"
@@ -145,7 +145,7 @@ const ClientSideNav = () => {
145
145
variant = "ghost"
146
146
className = "animate-fade-in gap-0 px-2 text-body transition-transform duration-500 active:bg-primary-low-contrast active:text-primary-hover data-[state='open']:bg-primary-low-contrast data-[state='open']:text-primary-hover max-md:hidden xl:px-3 [&_svg]:transition-transform [&_svg]:duration-500 [&_svg]:hover:rotate-12"
147
147
>
148
- < Translate className = "me-2 align-middle text-2xl" />
148
+ < Languages className = "me-2 align-middle text-2xl" />
149
149
< span className = "max-lg:hidden" > { t ( "languages" ) } </ span >
150
150
{ locale ! . toUpperCase ( ) }
151
151
</ Button >
Original file line number Diff line number Diff line change 1
- import { Moon , Search , Sun } from "lucide-react"
1
+ import { Languages , Moon , Search , Sun } from "lucide-react"
2
2
3
- import Translate from "@/components/icons/translate.svg"
4
3
import LanguagePicker from "@/components/LanguagePicker"
5
4
6
5
import { MOBILE_LANGUAGE_BUTTON_NAME } from "@/lib/constants"
@@ -44,7 +43,7 @@ const MenuFooter = ({
44
43
</ FooterButton >
45
44
46
45
< LanguagePicker dialog handleClose = { onToggle } >
47
- < FooterButton icon = { Translate } name = { MOBILE_LANGUAGE_BUTTON_NAME } >
46
+ < FooterButton icon = { Languages } name = { MOBILE_LANGUAGE_BUTTON_NAME } >
48
47
< FooterItemText > { t ( "languages" ) } </ FooterItemText >
49
48
</ FooterButton >
50
49
</ LanguagePicker >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments