mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 09:32:50 +00:00
UI done for video archiving
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
overflow-y: auto;
|
||||
padding-bottom: 10px;
|
||||
transition: 0.2s left ease-in-out;
|
||||
z-index: 100;
|
||||
|
||||
&--open {
|
||||
left: 0;
|
||||
|
||||
@@ -74,6 +74,7 @@ export class Navbar extends React.Component<Props, State> {
|
||||
return (
|
||||
<div className={'navbar ' + openClass}>
|
||||
{this.renderNavLink('Soundboard', '/', { exact: true })}
|
||||
{this.renderNavLink('Video Archive', '/video-archive')}
|
||||
{this.renderNavLink('Youtube Downloader', '/downloader')}
|
||||
{this.renderNavLink('Clips', '/clips')}
|
||||
{this.renderNavLink('Stats', '/stats')}
|
||||
|
||||
Reference in New Issue
Block a user