From 72c0954dd679c312a7d3a1470a30558ce34ea50e Mon Sep 17 00:00:00 2001 From: Brandon Egger Date: Mon, 29 May 2023 23:17:36 -0500 Subject: [PATCH] add print preview button --- src/pages/resources/index.tsx | 45 +++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/src/pages/resources/index.tsx b/src/pages/resources/index.tsx index 3178145..9b1356a 100644 --- a/src/pages/resources/index.tsx +++ b/src/pages/resources/index.tsx @@ -1,4 +1,5 @@ import { LinkIcon } from "@heroicons/react/20/solid"; +import { PrinterIcon } from "@heroicons/react/24/solid"; import Link from "next/link"; import { useRouter } from "next/router"; import ResourceTable from "~/components/ResourceTable"; @@ -32,22 +33,36 @@ const Resources = () => { <>
-
-

All Resources

-
-

Fill out the

- +
+

All Resources

+
+

Fill out the

+ + search form + + +

+ {" "} + for a list of auditory training resource recommendations. +

+
+
+ +
+
+ Print Results + + +