Skip to content

Commit

Permalink
fix(): apply classes correctly (ionic-team#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinnoel authored and mhartington committed Aug 19, 2019
1 parent 63d489b commit 6e8d4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react/official/sidemenu/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const HomePage: React.FunctionComponent = () => {
</IonToolbar>
</IonHeader>
<IonContent>
<IonCard class="welcome-card">
<IonCard className="welcome-card">
<img src="/assets/shapes.svg" alt=""/>
<IonCardHeader>
<IonCardSubtitle>Get Started</IonCardSubtitle>
Expand Down
2 changes: 1 addition & 1 deletion react/official/tabs/src/pages/Tab1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Tab1: React.FunctionComponent = () => {
</IonToolbar>
</IonHeader>
<IonContent>
<IonCard class="welcome-card">
<IonCard className="welcome-card">
<img src="/assets/shapes.svg" alt=""/>
<IonCardHeader>
<IonCardSubtitle>Get Started</IonCardSubtitle>
Expand Down

0 comments on commit 6e8d4eb

Please sign in to comment.