From e334942db109943c85d88f8a36425ac366380072 Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Sat, 23 May 2026 00:39:52 +0900 Subject: [PATCH] fix: use for logo --- src/components/GlobalNav/components/AmplifyNavLink.tsx | 6 +++--- src/styles/global-nav.scss | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/GlobalNav/components/AmplifyNavLink.tsx b/src/components/GlobalNav/components/AmplifyNavLink.tsx index e842d67a8ef..7f40957f294 100644 --- a/src/components/GlobalNav/components/AmplifyNavLink.tsx +++ b/src/components/GlobalNav/components/AmplifyNavLink.tsx @@ -2,6 +2,7 @@ import { Flex, Text, Button, VisuallyHidden } from '@aws-amplify/ui-react'; import { AmplifyLogo } from './icons'; import { IconChevron } from '@/components/Icons'; import { useCurrentPlatform } from '@/utils/useCurrentPlatform'; +import Link from 'next/link'; export function AmplifyNavLink({ isCollapsed, setIsCollapsed, isGen1 }) { const chevronRotation = isCollapsed ? '0' : '180'; @@ -9,9 +10,8 @@ export function AmplifyNavLink({ isCollapsed, setIsCollapsed, isGen1 }) { return ( - @@ -19,7 +19,7 @@ export function AmplifyNavLink({ isCollapsed, setIsCollapsed, isGen1 }) { Amplify{' '} Docs - +