Skip to content

Commit d03e58e

Browse files
committed
chore: removed JS Nation US since the conference is past
1 parent 6a2b278 commit d03e58e

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

src/components/Conferences.astro

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
---
2-
import jsnationImage from "../assets/jsnation.webp";
32
import reactAdvancedImage from "../assets/RADV_Canada_event.webp";
43
54
const conferences = [
6-
{
7-
name: "JS Nation US",
8-
tagline:
9-
"The main JSNation US event is coming up — Special Edition: AI for Web Dev!",
10-
dates: "November 17 & 20, 2025",
11-
location: "New York & Online",
12-
discountCode: "FRIENDS",
13-
url: "https://jsnation.us/",
14-
image: jsnationImage,
15-
imageAlt: "JS Nation US Conference Banner",
16-
},
175
{
186
name: "React Advanced Canada",
197
tagline:

src/components/Sponsors.astro

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import SponsorLink from "./SponsorLink.astro";
44
55
import Fullscript from "../assets/fullscript.svg";
66
import Jetbrains from "../assets/jetbrains.svg";
7-
import JSNation from "../assets/jsnation.svg";
87
import Teksystems from "../assets/teksystems.svg";
98
import Shopify from "../assets/shopify.svg";
109
import InvestOttawa from "../assets/investottawa.svg";
@@ -36,11 +35,6 @@ const sponsors = [
3635
logo: Jetbrains,
3736
href: "https://jetbrains.com",
3837
},
39-
{
40-
name: "JS Nation",
41-
logo: JSNation,
42-
href: "https://jsnation.us/",
43-
},
4438
{
4539
name: "React Advanced Canada",
4640
logo: ReactAdvancedCanada,

0 commit comments

Comments
 (0)