File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " sable" ,
33 "version" : " 1.6.0" ,
4- "description" : " Yet another matrix client fork " ,
4+ "description" : " An almost stable Matrix client " ,
55 "type" : " module" ,
66 "packageManager" : " npm@11.11.0" ,
77 "engines" : {
129129 "esbuild" : " >=0.25.0" ,
130130 "brace-expansion" : " >=1.1.12"
131131 }
132- }
132+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " Sable" ,
33 "short_name" : " Sable" ,
4- "description" : " Yet another matrix client fork " ,
4+ "description" : " An almost stable Matrix client " ,
55 "dir" : " auto" ,
66 "lang" : " en-US" ,
77 "display" : " standalone" ,
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ export function About({ requestClose }: AboutProps) {
186186 < Text size = "H3" > Sable</ Text >
187187 < Text size = "T200" > { `v${ APP_VERSION } ${ devLabel } ${ buildLabel } ` } </ Text >
188188 </ Box >
189- < Text > Yet another matrix client fork(ed from cinny) .</ Text >
189+ < Text > An almost stable Matrix client .</ Text >
190190 </ Box >
191191
192192 < Box gap = "200" wrap = "Wrap" >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export function WelcomePage() {
1717 title = "Welcome to Sable"
1818 subTitle = {
1919 < span >
20- Yet another matrix client fork .{ ' ' }
20+ An almost stable Matrix client .{ ' ' }
2121 < a
2222 href = "https://github.com/SableClient/Sable"
2323 target = "_blank"
You can’t perform that action at this time.
0 commit comments