Update sidebar.tsx
This commit is contained in:
parent
a1fe280b29
commit
44dfa91746
|
@ -186,12 +186,7 @@ export function SideBar(props: { className?: string }) {
|
||||||
onClick={() => showToast(Locale.WIP)}
|
onClick={() => showToast(Locale.WIP)}
|
||||||
shadow
|
shadow
|
||||||
/>
|
/>
|
||||||
<a href={FAKA_URL} target="_blank">
|
|
||||||
<IconButton
|
|
||||||
text={shouldNarrow ? undefined : Locale.Mask.faka}
|
|
||||||
shadow
|
|
||||||
/>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Reference in New Issue