Skip to content
Snippets Groups Projects
Commit 1c7806bf authored by Christophe's avatar Christophe
Browse files

feat(Navbar): add support link

parent a612b0fa
No related branches found
No related tags found
1 merge request!10Update ai4eosc branch with recent main (multiple templates)
......@@ -21,6 +21,14 @@ const Navbar = () => {
Add Template
</a>
</li>
<li className="navbar-item">
<a
className="navbar-link"
href="https://github.com/m-team-kit/templates-hub/issues"
>
Support
</a>
</li>
<li className="navbar-item ml-auto">
{auth.isAuthenticated ? (
<button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment