Skip to content

Commit

Permalink
feat: inlcude roostock collective website link in device warning msg
Browse files Browse the repository at this point in the history
  • Loading branch information
LordCheta committed Nov 20, 2024
1 parent cf75963 commit 17d45c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/DeviceWarning/DeviceWarning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ export const DeviceWarning = () => {
<div className="fixed inset-0 bg-black bg-opacity-85 flex justify-center items-center z-50 pointer-events-auto">
<div className="text-white text-center font-bold p-6 rounded-md max-w-md w-full">
<p className="text-xl">For the best experience, please use a computer or laptop.</p>
<br />
<p className="mt-4 text-sm font-thin">
Explore our resources at{' '}
<a
href="https://rootstockcollective.xyz/"
className="text-[#E56B1A] underline font-bold"
target="_blank"
>
Rootstock Collective
</a>
.
</p>
</div>
</div>
)
Expand Down

0 comments on commit 17d45c2

Please sign in to comment.