File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
< title > Jank Client</ title >
7
7
< meta content ="Jank Client " property ="og:title " />
8
8
< meta content ="A spacebar client that has DMs, replying and more " property ="og:description " />
9
+ < meta content ="A spacebar client that has DMs, replying and more " name ="description " />
9
10
< meta content ="/logo.webp " property ="og:image " />
10
11
< meta content ="#4b458c " data-react-helmet ="true " name ="theme-color " />
11
12
< link href ="/style.css " rel ="stylesheet " />
24
25
25
26
< body class ="no-theme " style ="overflow-y: scroll ">
26
27
< div id ="titleDiv ">
27
- < img src ="/logo.svg " width ="40 " />
28
+ < img src ="/logo.svg " width ="40 " alt ="" />
28
29
< h1 id ="pageTitle "> Jank Client</ h1 >
29
30
< a href ="/invite/USgYJo?instance=https%3A%2F%2Fspacebar.chat " class ="TitleButtons ">
30
31
Spacebar Guild
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ fetch("/instances.json")
81
81
div . classList . add ( "flexltr" , "instance" ) ;
82
82
if ( instance . image ) {
83
83
const img = document . createElement ( "img" ) ;
84
+ img . alt = I18n . home . icon ( instance . name ) ;
84
85
img . src = instance . image ;
85
86
div . append ( img ) ;
86
87
}
Original file line number Diff line number Diff line change 1
1
User-agent: *
2
2
Disallow: /channel/
3
3
Allow: /invite/
4
- Allow: /oath2 /
4
+ Allow: /oauth2 /
5
5
Allow: /login
6
6
Allow: /register
7
+ Allow: /
You can’t perform that action at this time.
0 commit comments