Skip to content

Commit 8b0f88a

Browse files
committed
fix: fixed broken links
1 parent ce15953 commit 8b0f88a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

index.pug

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ html
3030
div(style="flex-grow: 1")
3131
h3 Thankful
3232
p Donate directly to every content creator online that you like.
33-
+button("https://getthankful.io", style="background-color: #009624").mdl-button--colored.mdl-button--raised
33+
// TODO: Change URL to actual website once fixed
34+
//+button("https://github.com/SuperuserLabs/thankful", style="background-color: #009624").mdl-button--colored.mdl-button--raised
3435
| #[i.fas.fa-download] Get the extension
3536
+button("https://github.com/SuperuserLabs/thankful")
3637
| #[i.fab.fa-github] GitHub
37-
+button("https://getthankful.io")
38+
//+button("https://getthankful.io")
3839
| More info
3940
4041
+cell(12)

templates/navbar.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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://getthankful.io/', style="font-weight: 500;")
8+
a.mdl-navigation__link(href='https://github.com/SuperuserLabs/thankful', style="font-weight: 500;")
99
| Thankful
1010
a.mdl-navigation__link(href='https://activitywatch.net/', style="font-weight: 500;")
1111
| ActivityWatch

0 commit comments

Comments
 (0)