Implemented edition of tags

This commit is contained in:
Alejandro Celaya
2018-08-18 22:59:53 +02:00
parent 878e336ba1
commit d541543ab3
10 changed files with 197 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ export default function AsideMenu({ selectedServer, className, showOnMobile }) {
to={`/server/${serverId}/tags`}
>
<FontAwesomeIcon icon={tagsIcon} />
<span className="aside-menu__item-text">List tags</span>
<span className="aside-menu__item-text">Manage tags</span>
</NavLink>
<DeleteServerButton