Skip to content

Commit

Permalink
MOStodon pull request (#516)
Browse files Browse the repository at this point in the history
* Add files via upload
* Update apps.ts
  • Loading branch information
Havoc6502 authored Jan 7, 2024
1 parent 05ad959 commit bb01fc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion data/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import pachli from "../public/apps/pachli.png"
import pipilo from "../public/apps/pipilo.png"
import rodent from "../public/apps/rodent.png"
import heffalump from "../public/apps/heffalump.png"

import mostodon from "../public/apps/mostodon.png"
import type { StaticImageData } from "next/legacy/image"

export type appsList = {
Expand Down Expand Up @@ -433,5 +433,12 @@ export const apps: appsList = {
icon: heffalump,
url: "https://github.com/knickish/heffalump",
},
{
released_on: "Sep 17, 2023",
name: "MOStodon",
icon: mostodon,
url: "https://github.com/Havoc6502/MOStodon",
paid: false,
},
],
}
Binary file added public/apps/mostodon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bb01fc5

Please sign in to comment.