Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Oct 28, 2024
1 parent 1193e25 commit 9c534ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ export default function Home() {
top: "50%",
}}
>
<div className={`text-center ${theme === "dark" ? "text-white" : "text-blackA10"}`}>
Skip go app is not yet available on mobile.
<div
className={`mx-2 rounded-2xl p-5 py-3 text-center text-[24px] font-medium ${theme === "dark" ? "bg-black text-gray-400" : "bg-white text-gray-400"}`}
>
Mobile support coming soon!
</div>
</div>
)}
Expand Down

0 comments on commit 9c534ae

Please sign in to comment.