Skip to content

Commit 98c7339

Browse files
committed
fix: s/superuserlabs.github.io/superuserlabs.org/g
1 parent 1b5af61 commit 98c7339

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ html
6767
| #[i.fas.fa-download] Get the extension
6868
+button("https://github.com/SuperuserLabs/thankful")
6969
| #[i.fab.fa-github] GitHub
70-
+button("https://superuserlabs.github.io/thankful/")
70+
+button("https://superuserlabs.org/thankful/")
7171
| More info
7272

7373
+cell(12)

templates/navbar.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ header.mdl-layout__header.mdl-layout__header--scroll(style="font-family: 'Roboto
22
div.mdl-layout__header-row(style="padding: 0 2em 0 2em")
33
span.mdl-layout__title
44
a(style="color: #FFF; text-decoration: none; padding-right: 1em",
5-
href='https://superuserlabs.github.io/')
5+
href='https://superuserlabs.org/')
66
| Superuser Labs
77
div.mdl-navigation
8-
a.mdl-navigation__link(href='https://superuserlabs.github.io/thankful/', style="font-weight: 500;")
8+
a.mdl-navigation__link(href='https://superuserlabs.org/thankful/', style="font-weight: 500;")
99
| Thankful
1010
a.mdl-navigation__link(href='https://activitywatch.net/', style="font-weight: 500;" target="_blank")
1111
| ActivityWatch

0 commit comments

Comments
 (0)