We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c9eb3 commit e0b8c07Copy full SHA for e0b8c07
data/apps.ts
@@ -53,6 +53,7 @@ import pipilo from "../public/apps/pipilo.png"
53
import rodent from "../public/apps/rodent.png"
54
import heffalump from "../public/apps/heffalump.png"
55
import mostodon from "../public/apps/mostodon.png"
56
+import brutaldon from "../public/apps/brutaldon.png"
57
import type { StaticImageData } from "next/legacy/image"
58
59
export type appsList = {
@@ -440,5 +441,12 @@ export const apps: appsList = {
440
441
url: "https://github.com/Havoc6502/MOStodon",
442
paid: false,
443
},
444
+ {
445
+ released_on: "Jan 06, 2018",
446
+ name: "Brutaldon",
447
+ icon: brutaldon,
448
+ url: "https://brutaldon.org",
449
+ paid: false,
450
+ },
451
],
452
}
public/apps/brutaldon.png
1.73 KB
0 commit comments