Skip to content

Commit

Permalink
Merge pull request #169 from guanweiwang/main
Browse files Browse the repository at this point in the history
fix: url error
  • Loading branch information
phxa1 authored Dec 17, 2024
2 parents 06c993e + 50e7b4a commit 7651171
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
Typography,
} from '@mui/material';
import { useDebounceFn } from 'ahooks';
import NextLink from 'next/link';

import { usePathname, useRouter } from 'next/navigation';
import React, { useEffect, useState } from 'react';
Expand Down Expand Up @@ -216,7 +215,6 @@ const Header = () => {
{NAV_LINK.map((item) => (
<Link
key={item.title}
component={NextLink}
color='#999'
underline='none'
href={item.href}
Expand Down

0 comments on commit 7651171

Please sign in to comment.