Skip to content

Commit 497efcf

Browse files
committed
Force link in header for now
1 parent 711fd14 commit 497efcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/content/navigation/navbar.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{{ navbar.link('Features', 'https://www.userfrosting.com/features') }}
44
{{ navbar.link('Demo', 'https://demo.userfrosting.com/') }}
5-
{{ navbar.link('Docs', '', true) }}
5+
{{ navbar.link('Docs', 'https://learn6.userfrosting.com', true) }}
66
{{ navbar.link('Forums', 'https://github.com/orgs/userfrosting/discussions') }}
77
{{ navbar.link('Chat', 'https://chat.userfrosting.com/') }}
88
{{ navbar.link('Github', 'https://github.com/userfrosting') }}

0 commit comments

Comments
 (0)