File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 154154 <iframe
155155 style =" color-scheme: none"
156156 title =" {resolvedProfile .platform } Status"
157- src ={` https://status.appwrite.online /badge?theme=${
157+ src ={` ${ resolvedProfile . links . status } /badge?theme=${
158158 $app .themeInUse === ' dark' ? ' dark' : ' light'
159159 } ` }
160160 width =" 250"
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ export type Profile = {
7272 cookies : string ;
7373 pricing : string ;
7474 github ?: string ;
75+ status : string ;
7576 } ;
7677 support : {
7778 technical : string [ ] ;
@@ -137,7 +138,8 @@ export const base: Profile = {
137138 cookies : 'https://appwrite.io/cookies' ,
138139 privacy : 'https://appwrite.io/privacy' ,
139140 pricing : 'https://appwrite.io/pricing' ,
140- github : 'https://github.com/appwrite/appwrite'
141+ github : 'https://github.com/appwrite/appwrite' ,
142+ status : 'https://status.appwrite.online'
141143 } ,
142144 support : {
143145 technical : [
@@ -228,7 +230,8 @@ export const studio: Profile = {
228230 discord : 'https://imagine.dev/discord' ,
229231 cookies : 'https://imagine.dev/cookies' ,
230232 privacy : 'https://imagine.dev/privacy' ,
231- pricing : 'https://imagine.dev/pricing'
233+ pricing : 'https://imagine.dev/pricing' ,
234+ status : 'https://status.imagine.dev'
232235 } ,
233236 support : {
234237 technical : [
You can’t perform that action at this time.
0 commit comments