Skip to content

Commit 8f0c2a6

Browse files
committed
fix: fixed links in navbar
1 parent 8b0f88a commit 8f0c2a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/navbar.pug

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ header.mdl-layout__header.mdl-layout__header--scroll(style="font-family: 'Roboto
55
href='https://superuserlabs.github.io/')
66
| Superuser Labs
77
div.mdl-navigation
8-
a.mdl-navigation__link(href='https://github.com/SuperuserLabs/thankful', style="font-weight: 500;")
8+
a.mdl-navigation__link(href='https://superuserlabs.github.io/thankful/', style="font-weight: 500;")
99
| Thankful
10-
a.mdl-navigation__link(href='https://activitywatch.net/', style="font-weight: 500;")
10+
a.mdl-navigation__link(href='https://activitywatch.net/', style="font-weight: 500;" target="_blank")
1111
| ActivityWatch
1212
div.mdl-layout-spacer
1313
div.mdl-navigation
14-
a.mdl-navigation__link(href='https://github.com/SuperuserLabs/thankful')
14+
a.mdl-navigation__link(href='https://github.com/SuperuserLabs/' target="_blank")
1515
i.fab.fa-github.fa-2x
16-
a.mdl-navigation__link(href='https://twitter.com/getthankful')
16+
a.mdl-navigation__link(href='https://twitter.com/SuperusrLabs' target="_blank")
1717
i.fab.fa-twitter.fa-2x
1818
//-div.mdl-layout__drawer
1919
//- span.mdl-layout-title Title

0 commit comments

Comments
 (0)