Allowed tags color to be changed

This commit is contained in:
Alejandro Celaya
2018-08-19 20:08:02 +02:00
parent 71ead150a2
commit 5d2de11615
5 changed files with 46 additions and 38 deletions

View File

@@ -81,7 +81,7 @@ export class MenuLayout extends React.Component {
/>
<Route
exact
path="/server/:serverId/tags"
path="/server/:serverId/manage-tags"
component={TagsList}
/>
</Switch>