mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fix 401 on share url.
This commit is contained in:
parent
38ec91c48e
commit
5b4a012f0b
8 changed files with 7 additions and 18 deletions
|
|
@ -48,7 +48,7 @@ export default function LanguageButton({ menuPosition = 'bottom', menuAlign = 'l
|
|||
</Head>
|
||||
<div ref={ref} className={styles.container}>
|
||||
<Button icon={<Globe />} onClick={toggleMenu} size="small">
|
||||
<div className={locale}>{selectedLocale}</div>
|
||||
<div>{selectedLocale}</div>
|
||||
</Button>
|
||||
{showMenu && (
|
||||
<Menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue