File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ import dowstodon from "../public/apps/dowstodon.png"
5757import fread from "../public/apps/fread.png"
5858import plfe from "../public/apps/pl-fe.png"
5959import fursona from "../public/apps/fursona.png"
60+ import mastui from "../public/apps/mastui.png"
6061
6162import { z } from "zod"
6263import 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 {
You can’t perform that action at this time.
0 commit comments