diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 012c0b5..4f48ecf 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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", diff --git a/static/library/astro-icon-dark.svg b/static/library/astro-icon-dark.svg new file mode 100644 index 0000000..f00127a --- /dev/null +++ b/static/library/astro-icon-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/astro-icon-light.svg b/static/library/astro-icon-light.svg new file mode 100644 index 0000000..432e560 --- /dev/null +++ b/static/library/astro-icon-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/astro-wordmark-dark.svg b/static/library/astro-wordmark-dark.svg new file mode 100644 index 0000000..c451acd --- /dev/null +++ b/static/library/astro-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/astro-wordmark-light.svg b/static/library/astro-wordmark-light.svg new file mode 100644 index 0000000..07ed370 --- /dev/null +++ b/static/library/astro-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/astro.svg b/static/library/astro.svg deleted file mode 100644 index 652ca65..0000000 --- a/static/library/astro.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/library/astro_dark.svg b/static/library/astro_dark.svg deleted file mode 100644 index d5fa218..0000000 --- a/static/library/astro_dark.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file