Skip to content

Commit

Permalink
Adding Rodent to app list (#459)
Browse files Browse the repository at this point in the history
Rodent is a new Android app for Mastodon.
Google Play: https://play.google.com/store/apps/details?id=social.rodent
Website: https://mastodonrodent.app/
Email: [email protected]
Mastodon: @[email protected]

Co-authored-by: Hector Montaner <[email protected]>
  • Loading branch information
hmontaner and Hector Montaner authored Nov 25, 2023
1 parent 816cdef commit a59ffb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import mastonine from "../public/apps/mastonine.png"
import mastodeck from "../public/apps/mastodeck.png"
import stomp from "../public/apps/stomp.png"
import pipilo from "../public/apps/pipilo.png"
import rodent from "../public/apps/rodent.png"

import type { StaticImageData } from "next/legacy/image"

Expand All @@ -73,6 +74,13 @@ export type appsList = {
}
export const apps: appsList = {
android: [
{
released_on: "Nov 23, 2023",
name: "Rodent",
icon: rodent,
url: "https://play.google.com/store/apps/details?id=social.rodent",
paid: false,
},
{
released_on: "May 21, 2023",
name: "Focus",
Expand Down
Binary file added public/apps/rodent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit a59ffb1

@vercel
Copy link

@vercel vercel bot commented on a59ffb1 Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.