Skip to content

Commit

Permalink
fix: updated from 2023 to 2024 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan authored and jonathan committed Sep 30, 2024
1 parent e11912e commit ca72f0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/screens/FAQScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function FAQScreen({ navigation }) {
<ScrollView style={styles.container}>
<View style={styles.descriptionTextContainer}>
<Text style={styles.descriptionText}>Welcome to the information page for participants! Here you can find some practical information regarding the festival.
Additional information will be posted on the ISFiT23 website.</Text>
Additional information will be posted on the ISFiT25 website.</Text>
<View style={{flexDirection:'row'}}>
<Text style={styles.linkTextDescription}>For more information visit</Text>
<TouchableOpacity onPress={() => Linking.openURL('https://www.isfit.org/participant-info')} style={{backgroundColor: 'white'}}>
Expand Down
8 changes: 4 additions & 4 deletions src/screens/data/faqData.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const faqQuestions = [
},
{
title: "Where can I get information\nabout the workshops?",
data: "You get all of your workshop information from your workshop group in the slack workspace ISFiT23 - Participants"
data: "You get all of your workshop information from your workshop group in the slack workspace ISFiT25 - Participants"
},
{
title: "Lost and found",
Expand Down Expand Up @@ -50,15 +50,15 @@ export const faqQuestions = [
category: "Ceremonies",
questions: [{
title: "The Opening Ceremony",
data: "Dress code: Galla/national costume \nThe Opening Ceremony will happen Thursday 9th of February at Studentersamfundet.\n\nWelcome to Trondheim and ISFiT 2023! The Opening Ceremony kicks off the Festival and gathers all the participants and volunteers for a grand opening! The show takes place at Studentersamfundet where we meet for an evening of music, speeches and dances! We look forward to meeting you!"
data: "Dress code: Galla/national costume \nThe Opening Ceremony will happen TBA at Studentersamfundet.\n\nWelcome to Trondheim and ISFiT 2025! The Opening Ceremony kicks off the Festival and gathers all the participants and volunteers for a grand opening! The show takes place at Studentersamfundet where we meet for an evening of music, speeches and dances! We look forward to meeting you!"
},
{
title: "The Student Peace Prize Ceremony",
data: "Dress code: Galla/national costume \nSunday 12th of February, we invite you to highlight and celebrate DOXA Magazine, the winner of the Student Peace Prize and their work. The Peace Prize ceremony is held in Olavshallen - Trondheims largest cultural center - and will be a night to remember!"
data: "Dress code: Galla/national costume \nTBA, we invite you to highlight and celebrate DOXA Magazine, the winner of the Student Peace Prize and their work. The Peace Prize ceremony is held in Olavshallen - Trondheims largest cultural center - and will be a night to remember!"
},
{
title: "The Closing Ceremony",
data: "Dress code: Galla/national costume \nSunday 19th of February, as the festival comes to an end, what better way to gather participants and volunteers to honor what we have accomplished together? This evening we will fill Studentersamfundet one last time to celebrate the ISFiT-23!"
data: "Dress code: Galla/national costume \nTBA, as the festival comes to an end, what better way to gather participants and volunteers to honor what we have accomplished together? This evening we will fill Studentersamfundet one last time to celebrate the ISFiT-25!"
}]
}, {
key: 4,
Expand Down

0 comments on commit ca72f0b

Please sign in to comment.