Skip to content

Commit c3fb767

Browse files
committed
chore: update sponsors
1 parent 3919934 commit c3fb767

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/assets/sponsors/astro.svg

+1
Loading

src/components/Sponsors.astro

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
import nuxt from "../assets/sponsors/nuxt.svg?raw";
2+
import astro from "../assets/sponsors/astro.svg?raw";
33
import prefect from "../assets/sponsors/prefect.svg?raw";
44
import stackblitz from "../assets/sponsors/stackblitz.svg?raw";
55
import vue from "../assets/sponsors/vue.svg?raw";
@@ -15,9 +15,9 @@ const sponsors = [
1515
url: "https://stackblitz.com",
1616
},
1717
{
18-
name: "Nuxt",
19-
img: nuxt,
20-
url: "https://nuxt.com/",
18+
name: "Astro",
19+
img: astro,
20+
url: "https://astro.build",
2121
},
2222
{
2323
name: "Vue",

0 commit comments

Comments
 (0)