Skip to content

Commit

Permalink
style: add qr with gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcasstlesjones committed Dec 16, 2024
1 parent bc4ef78 commit 75ef517
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Binary file modified public/images/qr-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions src/app/DesktopPlaceholder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,14 @@ export default function DesktopPlaceholder() {
For the best experience, please visit us on your mobile or tablet
using the QR code below.
</p>
<Image
src="/images/qr-code.png"
width={250}
height={250}
alt="QR code for website URL"
className="rounded-3xl"
/>
<div className="bg-white w-72 h-72 rounded-3xl flex justify-center items-center">
<Image
src="/images/qr-code.png"
width={250}
height={250}
alt="QR code for website URL"
/>
</div>
</div>
</div>
</>
Expand Down

0 comments on commit 75ef517

Please sign in to comment.