Update HomeScreen to use a new image for the FeatureCard and modify FeatureCard component to conditionally render the image prop. This enhances flexibility in displaying feature content.
This commit is contained in:
@@ -65,7 +65,7 @@ export default function HomeScreen() {
|
||||
badgeText="07:00"
|
||||
title="Aýşe metjidi"
|
||||
description="Oteldan ugraýar"
|
||||
image={require('@/assets/images/splash-icon.png')}
|
||||
image={require('@/assets/images/aisha.jpg')}
|
||||
/>
|
||||
|
||||
<PrayerTimeCard />
|
||||
|
||||
Reference in New Issue
Block a user