Skip to content

Commit

Permalink
Improve splash image and change Volunteer Form -> Sign Up Form per re…
Browse files Browse the repository at this point in the history
…quest
  • Loading branch information
TenType committed Oct 8, 2024
1 parent 77a97bd commit 91dd8e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion App.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function App() {
},
}}
/>
<Stack.Screen name="Volunteer Form" component={VolunteerFormScreen} />
<Stack.Screen name="Sign Up Form" component={VolunteerFormScreen} />
<Stack.Screen name="Google Forms" component={EmbeddedFormScreen} />
<Stack.Screen
name="End"
Expand Down
Binary file modified src/assets/eternity-band.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/OtherOpportunities.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function OtherOpportunities({ navigation }) {
<Pressable
style={[styles.card, styles.first]}
onPress={() =>
navigation.navigate("Volunteer Form", {
navigation.navigate("Sign Up Form", {
title: "Request a Concert",
location: null,
date: null,
Expand All @@ -40,7 +40,7 @@ export default function OtherOpportunities({ navigation }) {
<Pressable
style={styles.card}
onPress={() =>
navigation.navigate("Volunteer Form", {
navigation.navigate("Sign Up Form", {
title: "Audacity Dance Club",
location: null,
date: null,
Expand Down
2 changes: 1 addition & 1 deletion src/screens/VolunteerOpportunityScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function VolunteerOpportunityScreen({ route, navigation }) {
<Pressable
onPress={() =>
formURL == null
? navigation.navigate("Volunteer Form", {
? navigation.navigate("Sign Up Form", {
title,
location,
date,
Expand Down

0 comments on commit 91dd8e7

Please sign in to comment.