Skip to content

Commit

Permalink
small UI adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
DonKoko committed Mar 26, 2024
1 parent fb25a85 commit 697ca30
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions app/components/qr/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,6 @@ export const QrNotFound = () => (
are scanning is registered by a Shelf user.
</p>
</div>
<ul className="useful-links">
<li>
<Button
variant="link"
className="mb-3 text-text-md font-normal text-gray-600 underline"
to={{ pathName: "#" }}
>
Useful link 1
</Button>
</li>
<li>
<Button
variant="link"
className="mb-3 text-text-md font-normal text-gray-600 underline"
to={{ pathName: "#" }}
>
Useful link 2
</Button>
</li>
<li>
<Button
variant="link"
className="mb-3 text-text-md font-normal text-gray-600 underline"
to={{ pathName: "#" }}
>
Useful link 3
</Button>
</li>
</ul>
</div>
</div>
<div className="mt-6 text-center text-sm text-gray-500">
Expand Down

0 comments on commit 697ca30

Please sign in to comment.