Skip to content

Commit f8602dc

Browse files
authored
Merge pull request #797 from jaycodev/update-astro-svg
✨ Update Astro logo and add wordmark with light and dark mode variants
2 parents 94e71b1 + 7c3972d commit f8602dc

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

β€Žsrc/data/svgs.tsβ€Ž

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -575,11 +575,15 @@ export const svgs: iSVG[] = [
575575
title: "Astro",
576576
category: "Framework",
577577
route: {
578-
light: "/library/astro.svg",
579-
dark: "/library/astro_dark.svg",
578+
light: "/library/astro-icon-light.svg",
579+
dark: "/library/astro-icon-dark.svg",
580580
},
581-
url: "https://astro.build/",
582-
brandUrl: "https://astro.build/press/",
581+
wordmark: {
582+
light: "/library/astro-wordmark-light.svg",
583+
dark: "/library/astro-wordmark-dark.svg",
584+
},
585+
url: "https://astro.build",
586+
brandUrl: "https://astro.build/press",
583587
},
584588
{
585589
title: "Google",
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

β€Žstatic/library/astro.svgβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žstatic/library/astro_dark.svgβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)