Skip to content

Commit

Permalink
更新 SwitchLanguage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
li-peifeng authored Jan 27, 2025
1 parent 96b30b3 commit 3fea265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SwitchLanguage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import { useI18n } from "@solid-primitives/i18n"
import { createSignal, For, Show } from "solid-js"
import { langMap, languages, loadedLangs, setLang } from "~/app/i18n"
import { IoLanguage } from "solid-icons/io"
import { FaSolidLanguage } from 'solid-icons/fa'
import { Portal } from "solid-js/web"

const [fetchingLang, setFetchingLang] = createSignal(false)
Expand Down

0 comments on commit 3fea265

Please sign in to comment.