Skip to content

Commit 1a3aad7

Browse files
committed
feat: add JS Nation as a sponsor and update section title to "PARTNERS"
1 parent 680395f commit 1a3aad7

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

src/assets/jsnation.svg

Lines changed: 18 additions & 0 deletions
Loading

src/components/Sponsors.astro

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ import Fullscript from "../assets/fullscript.svg";
66
import Jetbrains from "../assets/jetbrains.svg";
77
import Owner from "../assets/owner.webp";
88
import Shopify from "../assets/shopify.svg";
9-
import Spiria from "../assets/spiria.svg";
9+
// import Spiria from "../assets/spiria.svg";
1010
import TalentLab from "../assets/talentlab.webp";
11+
import JSNation from "../assets/jsnation.svg";
1112
1213
const sponsors = [
1314
{
@@ -22,18 +23,23 @@ const sponsors = [
2223
href: "https://fullscript.com",
2324
},
2425
{ name: "Owner", logo: Owner, href: "https://owner.com" },
25-
{ name: "Spiria", logo: Spiria, href: "https://spiria.com" },
26+
// { name: "Spiria", logo: Spiria, href: "https://spiria.com" },
2627
{
2728
name: "Jetbrains",
2829
logo: Jetbrains,
2930
href: "https://jetbrains.com",
3031
},
32+
{
33+
name: "JS Nation",
34+
logo: JSNation,
35+
href: "https://jsnation.us/",
36+
},
3137
];
3238
---
3339

3440
<section>
3541
<div class="sponsors">
36-
<h2>SPONSORS</h2>
42+
<h2>PARTNERS</h2>
3743

3844
<div class="marquee">
3945
<ul>

0 commit comments

Comments
 (0)