mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-08 12:40:16 +03:00
Moved shlink versions to the outer element so that's always visible
This commit is contained in:
parent
90abf29db9
commit
b814f500de
12 changed files with 152 additions and 426 deletions
src/common
|
@ -19,7 +19,6 @@ const MenuLayout = (
|
|||
CreateShortUrl: FC,
|
||||
ShortUrlVisits: FC,
|
||||
TagVisits: FC,
|
||||
ShlinkVersions: FC,
|
||||
ServerError: FC,
|
||||
) => withSelectedServer(({ location, selectedServer }) => {
|
||||
const [ sidebarVisible, toggleSidebar, showSidebar, hideSidebar ] = useToggle();
|
||||
|
@ -71,10 +70,6 @@ const MenuLayout = (
|
|||
/>
|
||||
</Switch>
|
||||
</div>
|
||||
|
||||
<div className="menu-layout__footer text-center text-md-right">
|
||||
<ShlinkVersions />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</Swipeable>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue