Skip to content

Commit

Permalink
fix: use caps for categories view all button
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-software committed Oct 20, 2021
1 parent d7369f4 commit e4bafb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/home/categories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const Categories: FC = () => {
style={{ margin: 24, alignItems: "flex-start" }}
onPress={() => navigation.navigate("AllCategories")}
>
View All
VIEW ALL
</Button>
}
query={Queries.GET_CATEGORIES_WITH_IMAGES}
Expand Down

0 comments on commit e4bafb4

Please sign in to comment.