Skip to content

Commit 877eb10

Browse files
authored
Merge pull request #1075 from kimusan/patch-1
Add mastui app to client list
2 parents 7ca2f1a + 1f8784a commit 877eb10

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

data/apps.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ import dowstodon from "../public/apps/dowstodon.png"
5757
import fread from "../public/apps/fread.png"
5858
import plfe from "../public/apps/pl-fe.png"
5959
import fursona from "../public/apps/fursona.png"
60+
import mastui from "../public/apps/mastui.png"
6061

6162
import { z } from "zod"
6263
import type { StaticImageData } from "next/legacy/image"
@@ -562,6 +563,15 @@ export const apps: appsList = {
562563
paid: false,
563564
open: false,
564565
},
566+
{
567+
released_on: "Aug 13, 2025",
568+
name: "Mastui",
569+
icon: mastui,
570+
url: "https://mastui.app",
571+
paid: false,
572+
open: true,
573+
source_url: "https://github.com/kimusan/mastui/",
574+
},
565575
],
566576
retro: [
567577
{

public/apps/mastui.png

1.25 MB
Loading

0 commit comments

Comments
 (0)