From 67bc801d3d93173e4907fb158ec83e102e0e9fb8 Mon Sep 17 00:00:00 2001 From: Christopher Nascone Date: Sun, 18 Feb 2024 18:53:15 -0500 Subject: [PATCH] chore: use radix icon from figma --- framegear/components/Header/Header.tsx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/framegear/components/Header/Header.tsx b/framegear/components/Header/Header.tsx index 893807bdea..6ce26fd406 100644 --- a/framegear/components/Header/Header.tsx +++ b/framegear/components/Header/Header.tsx @@ -1,4 +1,5 @@ import { APP_NAME } from '@/utils/constants'; +import { ArrowTopRightIcon } from '@radix-ui/react-icons'; import Link from 'next/link'; export function Header() { @@ -27,10 +28,10 @@ function Banner() { - Farcaster Frames specs {LINK_OUT_ICON} + Farcaster Frames specs ); @@ -41,14 +42,3 @@ function AppName({ className: additionalClasses = '' }: { className?: string }) {APP_NAME} ); } - -const LINK_OUT_ICON = ( - - - -);