Update Astro logo and add wordmark

This commit is contained in:
jaycodev
2025-10-08 13:31:57 -05:00
parent 94e71b14b5
commit 7c3972d064
7 changed files with 12 additions and 6 deletions
+8 -4
View File
@@ -575,11 +575,15 @@ export const svgs: iSVG[] = [
title: "Astro",
category: "Framework",
route: {
light: "/library/astro.svg",
dark: "/library/astro_dark.svg",
light: "/library/astro-icon-light.svg",
dark: "/library/astro-icon-dark.svg",
},
url: "https://astro.build/",
brandUrl: "https://astro.build/press/",
wordmark: {
light: "/library/astro-wordmark-light.svg",
dark: "/library/astro-wordmark-dark.svg",
},
url: "https://astro.build",
brandUrl: "https://astro.build/press",
},
{
title: "Google",