mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-24 18:26:20 +01:00
Update WebsiteMenuView.js
This commit is contained in:
parent
aba523cbee
commit
80aad4ef55
@ -115,7 +115,7 @@ export default function WebsiteMenuView({ websiteId, websiteDomain }) {
|
||||
<Link href={resolveUrl({ view: undefined })}>
|
||||
<Flexbox justifyContent="center">
|
||||
<Button variant="quiet">
|
||||
<Icon rotate={dir === 'rtl' ? 0 : 1800}>
|
||||
<Icon rotate={dir === 'rtl' ? 0 : 180}>
|
||||
<Icons.ArrowRight />
|
||||
</Icon>
|
||||
<Text>{formatMessage(labels.back)}</Text>
|
||||
|
Loading…
Reference in New Issue
Block a user