Skip to content

Commit e0b8c07

Browse files
author
Kiril Misnikov
authored
adding brutaldon (#564)
1 parent b5c9eb3 commit e0b8c07

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

data/apps.ts

+8
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ import pipilo from "../public/apps/pipilo.png"
5353
import rodent from "../public/apps/rodent.png"
5454
import heffalump from "../public/apps/heffalump.png"
5555
import mostodon from "../public/apps/mostodon.png"
56+
import brutaldon from "../public/apps/brutaldon.png"
5657
import type { StaticImageData } from "next/legacy/image"
5758

5859
export type appsList = {
@@ -440,5 +441,12 @@ export const apps: appsList = {
440441
url: "https://github.com/Havoc6502/MOStodon",
441442
paid: false,
442443
},
444+
{
445+
released_on: "Jan 06, 2018",
446+
name: "Brutaldon",
447+
icon: brutaldon,
448+
url: "https://brutaldon.org",
449+
paid: false,
450+
},
443451
],
444452
}

public/apps/brutaldon.png

1.73 KB
Loading

0 commit comments

Comments
 (0)