From 79a96d44b85a6b6e287957f413f98d3812335d52 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 13 Oct 2024 01:41:56 +0000 Subject: switch to VPButton --- docs/showcases/showcases.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/showcases/showcases.ts') diff --git a/docs/showcases/showcases.ts b/docs/showcases/showcases.ts index 8354cd8..3d37197 100644 --- a/docs/showcases/showcases.ts +++ b/docs/showcases/showcases.ts @@ -1,5 +1,5 @@ type Showcase = { - src: string + image: string url: string icon?: string // https://devicon.dev/ title?: string @@ -7,18 +7,19 @@ type Showcase = { author: string } -type Grid = T | [T, T] | [T, T, T] | [T, T, T, T] +// TODO: support more layouts +type Grid = T | [T, T] export default [ { - src: "/astal/showcase/aylur.png", + image: "/astal/showcase/aylur.png", url: "https://github.com/Aylur/dotfiles", - icon: "devicon-javascript-plain", + icon: "devicon-typescript-plain", description: "Placeholder (this is an ags v1 screenshot)", author: "Aylur", }, { - src: "/astal/showcase/tokyob0t-super-duper-hiper-mega-ultra-contribution.webp", + image: "/astal/showcase/tokyob0t-super-duper-hiper-mega-ultra-contribution.webp", url: "https://github.com/tokyob0t/dotfiles", icon: "devicon-lua-plain", title: "Tokyob0t's Desktop", -- cgit v1.2.3