Browse Source

Fix typo in moti alt

Ángel G. Romero Rosario 2 years ago
parent
commit
afe407b9d6
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      src/pages/Flag.tsx
  2. 2
    2
      src/pages/Home.tsx

+ 1
- 1
src/pages/Flag.tsx View File

27
             return (
27
             return (
28
               <IonCard>
28
               <IonCard>
29
                 <IonItem>
29
                 <IonItem>
30
-                  <IonLabel text-wrap class="ion-text-center ">{text}</IonLabel>
30
+                  <IonLabel text-wrap class="ion-text-center">{text}</IonLabel>
31
                 </IonItem>
31
                 </IonItem>
32
               </IonCard>
32
               </IonCard>
33
             );
33
             );

+ 2
- 2
src/pages/Home.tsx View File

42
               <IonButton fill="clear"> <IonIcon slot="icon-only" icon={arrowDownCircle} class="moti-download"></IonIcon></IonButton> 
42
               <IonButton fill="clear"> <IonIcon slot="icon-only" icon={arrowDownCircle} class="moti-download"></IonIcon></IonButton> 
43
             </IonCardTitle>
43
             </IonCardTitle>
44
           </IonCardHeader>
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
         </IonCard>
46
         </IonCard>
47
 
47
 
48
         {/* Card 2 */}
48
         {/* Card 2 */}
53
               <IonButton fill="clear"> <IonIcon slot="icon-only" icon={arrowDownCircle} class="moti-download"></IonIcon></IonButton>
53
               <IonButton fill="clear"> <IonIcon slot="icon-only" icon={arrowDownCircle} class="moti-download"></IonIcon></IonButton>
54
             </IonCardTitle>
54
             </IonCardTitle>
55
           </IonCardHeader>
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
         </IonCard>
57
         </IonCard>
58
       </IonContent>
58
       </IonContent>
59
     </IonPage>
59
     </IonPage>