Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
e
  • Loading branch information
jasmineguru committed Dec 17, 2023
1 parent f9cd209 commit 70b5db0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/widgets/challengesWidgetBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ const ChallengesWidget: React.FC<challengesProps> = ({ challenges }) => {
</TouchableOpacity>
</View>
))}
</View>
<TouchableOpacity onPress={()=> navigation.navigate('CommunityHub')}>
<Text style={styles.viewMore}> View More {`>>>`} </Text>
</TouchableOpacity>
</View>

</Animated.View>
);
};
Expand Down Expand Up @@ -92,6 +93,7 @@ const ChallengesWidget: React.FC<challengesProps> = ({ challenges }) => {
borderRadius: 10,
marginHorizontal: 10,
marginVertical: 5,

},
challengeTitle: {
fontSize: 16,
Expand Down

0 comments on commit 70b5db0

Please sign in to comment.