Skip to content

Commit

Permalink
Merge pull request #880 from Shelf-nu/875-wip-bug-bugs-improvement-re…
Browse files Browse the repository at this point in the history
…lated-to-scanner

875 wip bug bugs improvement related to scanner
  • Loading branch information
DonKoko authored Mar 26, 2024
2 parents 8f249b1 + be7804b commit f0b1bfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 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
2 changes: 1 addition & 1 deletion app/routes/_layout+/scanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type {
MetaFunction,
} from "@remix-run/node";
import { json } from "@remix-run/node";
import { Link, useFetcher, useLoaderData } from "@remix-run/react";
import { Link } from "@remix-run/react";
import { ErrorContent } from "~/components/errors";
import Header from "~/components/layout/header";
import type { HeaderData } from "~/components/layout/header/types";
Expand Down

0 comments on commit f0b1bfc

Please sign in to comment.