chore: replace lang icon (#2281)

This commit is contained in:
JimmFly
2023-05-09 23:27:05 +08:00
committed by GitHub
parent 3c97e01513
commit b937c1b5f6
14 changed files with 323 additions and 213 deletions
@@ -92,7 +92,7 @@ export const PinboardMenu = ({
<Input
value={query}
onChange={setQuery}
placeholder={t['Move page to...']()}
placeholder={t['Move page to']()}
height={32}
noBorder={true}
onClick={e => e.stopPropagation()}