From 280bf655fa9894a68f3f8d865c4134bc0e8a8ed1 Mon Sep 17 00:00:00 2001 From: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com> Date: Mon, 6 Nov 2023 22:29:23 +0000 Subject: [PATCH] Add missing Arrow Icon (#397) --- dashboard/starter-example/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/starter-example/app/page.tsx b/dashboard/starter-example/app/page.tsx index 8d99475..1e3989e 100644 --- a/dashboard/starter-example/app/page.tsx +++ b/dashboard/starter-example/app/page.tsx @@ -1,4 +1,5 @@ import AcmeLogo from '@/app/ui/acme-logo'; +import { ArrowRightIcon } from '@heroicons/react/24/outline'; import Link from 'next/link'; export default function Page() { @@ -20,7 +21,7 @@ export default function Page() { href="/login" className="flex items-center gap-5 self-start rounded-lg bg-blue-500 px-6 py-3 text-sm font-medium text-white transition-colors hover:bg-blue-400 md:text-base" > - Log in + Log in