Skip to content

Commit d0e5b9b

Browse files
committed
chore: update readme badge
1 parent faf0394 commit d0e5b9b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<img src="https://img.shields.io/codecov/c/github/mgcrea/react-native-tailwind?style=for-the-badge" alt="coverage" />
2828
</a>
2929
<a href="https://depfu.com/github/mgcrea/react-native-tailwind">
30-
<img src="https://img.shields.io/depfu/dependencies/github/mgcrea/react-native-tailwind?style=for-the-badge" alt="dependencies status" />
30+
<img src="https://img.shields.io/badge/dependencies-none-brightgreen?style=for-the-badge" alt="dependencies status" />
3131
</a>
3232
</p>
3333

@@ -200,9 +200,7 @@ import { View, Text } from "react-native";
200200
export function PlatformCard() {
201201
return (
202202
<View className="p-4 ios:p-6 android:p-8 bg-white rounded-lg">
203-
<Text className="text-base ios:text-blue-600 android:text-green-600">
204-
Platform-specific styles
205-
</Text>
203+
<Text className="text-base ios:text-blue-600 android:text-green-600">Platform-specific styles</Text>
206204
</View>
207205
);
208206
}

0 commit comments

Comments
 (0)