mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Update WebsiteMenuView.js
This commit is contained in:
parent
aba523cbee
commit
80aad4ef55
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue