mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 17:42:48 +00:00
prevent all audio clips from loading on ui - many other small fixes
This commit is contained in:
@@ -8,8 +8,9 @@ export default class Navbar extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div className="Navbar">
|
||||
<div className="Navbar__header">Sound<br/>Bot</div>
|
||||
<Link to="/" className="Navbar__item" onlyActiveOnIndex activeClassName="Navbar__item--active">Soundboard</Link>
|
||||
<div className="Navbar__header">Go Discord Bot</div>
|
||||
<Link to="/" className="Navbar__item" onlyActiveOnIndex activeClassName="Navbar__item--active">Home</Link>
|
||||
<Link to="/soundboard" className="Navbar__item" activeClassName="Navbar__item--active">Soundboard</Link>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -33,8 +33,7 @@
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
color: $white;
|
||||
transition: background-color 0.1s linear;
|
||||
transition: color 0.1s linear;
|
||||
transition: background-color 0.1s linear, color 0.2s linear;
|
||||
|
||||
&:hover {
|
||||
background-color: $gray1;
|
||||
|
||||
Reference in New Issue
Block a user