Skip to content

Commit

Permalink
feat: Add status page link to about
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 25, 2024
1 parent 712ab3b commit 8a957cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions about.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"branding": {
"logo": "https://raw.githubusercontent.com/ReVanced/revanced-branding/main/assets/revanced-logo/revanced-logo.svg"
},
"status": "https://status.revanced.app",
"contact": {
"email": "[email protected]"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ class APIAbout(
// Using a list instead of a set because set semantics are unnecessary here.
val socials: List<Social>?,
val donations: Donations?,
val status: String,
) {
@Serializable
class Branding(
Expand Down

0 comments on commit 8a957cd

Please sign in to comment.