File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -134,3 +134,5 @@ export const questions: QuestionData[] = [
134134 } ,
135135 } ,
136136] ;
137+
138+ export const applicationLink = "https://forms.gle/N3sYozRTNp3X1UZp9" ;
Original file line number Diff line number Diff line change 11<script lang =" ts" >
22 import type { Tally } from " ./data" ;
3- import { questions } from " ./data" ;
3+ import { questions , applicationLink } from " ./data" ;
44 import { fly , fade } from " svelte/transition" ;
55
66 import Question from " ./question.svelte" ;
4141 <p class ="font-light text-xl sm:text-2xl" >{host }</p >
4242 {/each }
4343 {/if }
44+ <a href ={applicationLink } class =" mt-10 font-bold underline text-xl" >Apply here!</a >
4445 </div >
4546 {/if }
4647 {:else }
Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ import { Image } from "astro:assets";
33import Layout from " ~/layouts/Layout.astro" ;
44import studentSession from " ~/assets/student_session.webp" ;
55import fun from " ~/assets/fun.webp" ;
6- import { hosts } from " ~/components/compass/data.ts"
6+ import { hosts , applicationLink } from " ~/components/compass/data.ts"
77
8- const applicationLink = " https://forms.gle/N3sYozRTNp3X1UZp9"
98---
109
1110<Layout >
You can’t perform that action at this time.
0 commit comments