diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-02-11 17:45:19 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-02-11 17:45:19 +0530 |
commit | d7d066cfa1cd16dd502000077696388043c4dab9 (patch) | |
tree | f43b009ae023f1aec580f0096e7712861cbab655 /cmd/web/templates/components/navbar.tmpl | |
parent | a28b31e0f40a34674a7e14405d21bdbc5d53c2fb (diff) |
Substituted 'Article' with 'Project'
Diffstat (limited to 'cmd/web/templates/components/navbar.tmpl')
-rw-r--r-- | cmd/web/templates/components/navbar.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web/templates/components/navbar.tmpl b/cmd/web/templates/components/navbar.tmpl index f9cdc2a..22da5c9 100644 --- a/cmd/web/templates/components/navbar.tmpl +++ b/cmd/web/templates/components/navbar.tmpl @@ -56,7 +56,7 @@ class="nav-link {{ if eq .NavBarActive "editor" }} active {{ end }}" > <i class="ion-compose"></i> - New Article + New Project </a> </li> <li class="nav-item"> |