diff options
author | kotontrion <[email protected]> | 2024-10-13 15:04:07 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-10-13 15:04:07 +0200 |
commit | 815ebe91f7a55574ad7a10809486530a53af4b91 (patch) | |
tree | 3f145e4d49ee0dd772ee21c616d85d2e1a538fcd | |
parent | 289df35cb684cabbcccc70c303d9d484adeea172 (diff) |
showcase: kotontrion
-rw-r--r-- | docs/public/showcase/kotontrion-kompass.webp | bin | 0 -> 1274702 bytes | |||
-rw-r--r-- | docs/showcases/showcases.ts | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/public/showcase/kotontrion-kompass.webp b/docs/public/showcase/kotontrion-kompass.webp Binary files differnew file mode 100644 index 0000000..1dc03a7 --- /dev/null +++ b/docs/public/showcase/kotontrion-kompass.webp diff --git a/docs/showcases/showcases.ts b/docs/showcases/showcases.ts index 3d37197..2aea04a 100644 --- a/docs/showcases/showcases.ts +++ b/docs/showcases/showcases.ts @@ -26,5 +26,13 @@ export default [ description: "Abandonad toda esperanza, vosotros que entráis aquí.", author: "tokyob0t", }, + { + image: "/astal/showcase/kotontrion-kompass.webp", + url: "https://github.com/kotontrion/kompass", + icon: "devicon-vala-plain", + title: "kompass", + author: "kotontrion", + }, + // add more showcases here~ ] satisfies Array<Grid<Showcase>> |