Skip to content
Snippets Groups Projects
Commit 953268d7 authored by Christophe's avatar Christophe
Browse files

fix(Navbar): add link to templates repo

parent 4339f73a
No related branches found
No related tags found
1 merge request!10Update ai4eosc branch with recent main (multiple templates)
......@@ -13,6 +13,14 @@ const Navbar = () => {
Home
</Link>
</li>
<li className="navbar-item">
<a
className="navbar-link"
href="https://github.com/m-team-kit/templates-hub"
>
Add Template
</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