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,7 +27,7 @@ const AccordionItem = (title: string, content: string[]) => {
27 27
             return (
28 28
               <IonCard>
29 29
                 <IonItem>
30
-                  <IonLabel text-wrap class="ion-text-center ">{text}</IonLabel>
30
+                  <IonLabel text-wrap class="ion-text-center">{text}</IonLabel>
31 31
                 </IonItem>
32 32
               </IonCard>
33 33
             );

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

@@ -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>