From 697ca305f1ccb97ea3862426c6bbeb0b03c0bcb6 Mon Sep 17 00:00:00 2001 From: Donkoko Date: Tue, 26 Mar 2024 16:08:40 +0200 Subject: [PATCH 1/2] small UI adjustment --- app/components/qr/not-found.tsx | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/app/components/qr/not-found.tsx b/app/components/qr/not-found.tsx index 97ce09d54..63f9d41df 100644 --- a/app/components/qr/not-found.tsx +++ b/app/components/qr/not-found.tsx @@ -14,35 +14,6 @@ export const QrNotFound = () => ( are scanning is registered by a Shelf user.

-
From be7804b8f6ecb85c414e220610f38ce91833a0c4 Mon Sep 17 00:00:00 2001 From: Donkoko Date: Tue, 26 Mar 2024 16:09:00 +0200 Subject: [PATCH 2/2] small UI adjustment --- app/routes/_layout+/scanner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/_layout+/scanner.tsx b/app/routes/_layout+/scanner.tsx index 4cf8168af..d6e6b0c4b 100644 --- a/app/routes/_layout+/scanner.tsx +++ b/app/routes/_layout+/scanner.tsx @@ -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";