Skip to content

Commit

Permalink
fix: Typo (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-almonacid authored Apr 11, 2024
1 parent 8e4d33c commit 377d633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/mobile/AppleStoreButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const AppleStoreButton = ({ type, disabled }) => {
)}
</button>
<Tooltip
text="Launcing soon on the Apple App store"
text="Launching soon on the Apple App store"
tipPos="center"
className={twMerge(
"mb-1 -bottom-20 w-full",
Expand Down
2 changes: 1 addition & 1 deletion src/components/mobile/GooglePlayButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const GooglePlayButton = ({ type, disabled }) => {
)}
</button>
<Tooltip
text="Launcing soon on the Google Play store"
text="Launching soon on the Google Play store"
tipPos={type === "sm" ? "right" : "center"}
className={twMerge(
"mb-1 -bottom-20",
Expand Down

0 comments on commit 377d633

Please sign in to comment.