Skip to content

Commit

Permalink
Fix small bug with adding fish
Browse files Browse the repository at this point in the history
  • Loading branch information
stoneliuCS committed Dec 5, 2024
1 parent 5974e72 commit 4f27a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default function PostCreationForm() {
backgroundColor="white"
color="ocean"
text="+ Add More Fish"
onPress={() => router.push('/tag-fish')}
onPress={() => router.push('/post/tag-fish')}
></Button>
</View>
</View>
Expand Down
2 changes: 1 addition & 1 deletion scripts/refresh_speciesbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def add_icons():


def main():
#populate_wikidata()
populate_wikidata()
populate_wikipedia_intros()
add_icons()

Expand Down

0 comments on commit 4f27a21

Please sign in to comment.