diff options
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 f208517..a673aaf 100644 --- a/docs/showcases/showcases.ts +++ b/docs/showcases/showcases.ts @@ -40,6 +40,13 @@ export default [ title: "Epik Shell", author: "ezerinz", }, + { + image: "/astal/showcase/hyprpanel_showcase.webp", + url: "https://github.com/Jas-SinghFSU/hyprpanel", + icon: "devicon-javascript-plain", + title: "HyprPanel", + author: "Jas", + }, // add more showcases here~ ] satisfies Array<Grid<Showcase>> |