mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-03-16 03:15:26 +00:00
UI done for video archiving
This commit is contained in:
@@ -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