|
@@ -42,7 +42,7 @@ const Home: React.FC = () => {
|
42
|
42
|
<IonButton fill="clear"> <IonIcon slot="icon-only" icon={arrowDownCircle} class="moti-download"></IonIcon></IonButton>
|
43
|
43
|
</IonCardTitle>
|
44
|
44
|
</IonCardHeader>
|
45
|
|
- <IonImg class="moti-img" alt="Motivational messa ge" src={require("./generatedMsgs/moti1.jpeg")}></IonImg>
|
|
45
|
+ <IonImg class="moti-img" alt="Motivational message" src={require("./generatedMsgs/moti1.jpeg")}></IonImg>
|
46
|
46
|
</IonCard>
|
47
|
47
|
|
48
|
48
|
{/* Card 2 */}
|
|
@@ -53,7 +53,7 @@ const Home: React.FC = () => {
|
53
|
53
|
<IonButton fill="clear"> <IonIcon slot="icon-only" icon={arrowDownCircle} class="moti-download"></IonIcon></IonButton>
|
54
|
54
|
</IonCardTitle>
|
55
|
55
|
</IonCardHeader>
|
56
|
|
- <IonImg class="moti-img" alt="Motivational messa ge" src={require("./generatedMsgs/moti1.jpeg")}></IonImg>
|
|
56
|
+ <IonImg class="moti-img" alt="Motivational message" src={require("./generatedMsgs/moti1.jpeg")}></IonImg>
|
57
|
57
|
</IonCard>
|
58
|
58
|
</IonContent>
|
59
|
59
|
</IonPage>
|