Skip to content

Commit ccee554

Browse files
committed
Replace GitHub Discussions with Matrix Spaces
1 parent 88d82a2 commit ccee554

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
{{ $service3_link := "./api" }}
1010
{{ $service3 := dict "icon" "fas fa-cogs" "href" $service3_link "text" "API" }}
1111

12-
{{ $service4_link := "https://github.com/pushbits/server/discussions" }}
13-
{{ $service4 := dict "icon" "fas fa-comments" "href" $service4_link "text" "Discussions" }}
12+
{{ $service4_link := "https://matrix.to/#/#pushbits:matrix.org" }}
13+
{{ $service4 := dict "icon" "fas fa-comments" "href" $service4_link "text" "Chat" }}
1414

1515
{{ $service5_link := "https://www.eiken.dev/" }}
1616
{{ $service5 := dict "icon" "fas fa-envelope" "href" $service5_link "text" "Contact" }}

0 commit comments

Comments
 (0)