diff options
author | Edwin <[email protected]> | 2025-01-05 14:24:49 +0800 |
---|---|---|
committer | Edwin <[email protected]> | 2025-01-05 14:24:49 +0800 |
commit | f5c1d29a37d6404999aee9210cdbf09ed6a278be (patch) | |
tree | 4c65e6b1cbf10d7931783cd18281faa57313829f /docs/showcases/showcases.ts | |
parent | a3bb83a22b7d237c2c2fc6bd531f30d6265135cf (diff) |
add epik-shell to showcases
Diffstat (limited to 'docs/showcases/showcases.ts')
-rw-r--r-- | docs/showcases/showcases.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/showcases/showcases.ts b/docs/showcases/showcases.ts index e207b8a..f208517 100644 --- a/docs/showcases/showcases.ts +++ b/docs/showcases/showcases.ts @@ -33,6 +33,13 @@ export default [ title: "kompass", author: "kotontrion", }, + { + image: "/astal/showcase/ezerinz.webp", + url: "https://github.com/ezerinz/epik-shell", + icon: "devicon-javascript-plain", + title: "Epik Shell", + author: "ezerinz", + }, // add more showcases here~ ] satisfies Array<Grid<Showcase>> |