File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 11---
2- import jsnationImage from " ../assets/jsnation.webp" ;
32import reactAdvancedImage from " ../assets/RADV_Canada_event.webp" ;
43
54const 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:
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import SponsorLink from "./SponsorLink.astro";
44
55import Fullscript from " ../assets/fullscript.svg" ;
66import Jetbrains from " ../assets/jetbrains.svg" ;
7- import JSNation from " ../assets/jsnation.svg" ;
87import Teksystems from " ../assets/teksystems.svg" ;
98import Shopify from " ../assets/shopify.svg" ;
109import 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 ,
You can’t perform that action at this time.
0 commit comments