Skip to content

Commit

Permalink
Update GitHub link button layout
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu8443 committed Jan 31, 2025
1 parent 826b65d commit 743cd3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/screens/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,10 @@ const Settings = ({navigation}: Props) => {
</TouchableNativeFeedback>
<View className="flex-row items-center justify-center gap-4 mt-12">
<TouchableOpacity
className="flex-row items-center justify-center "
className="flex-col items-center justify-center "
onPress={() => Linking.openURL(socialLinks.github)}>
<AntDesign name="github" size={22} color="white" />
<Text className="text-[11px] ml-2">Give a Star ⭐</Text>
</TouchableOpacity>
{/* <TouchableOpacity
className="flex-row items-center justify-center "
Expand Down

0 comments on commit 743cd3a

Please sign in to comment.