修复 logo 跳转链接;修复令牌刷新问题
This commit is contained in:
@@ -73,7 +73,7 @@ export default function Provider(props: ProviderProps) {
|
||||
<Wrap className="h-20 max-md:h-16 flex justify-between">
|
||||
<div className="flex justify-between gap-8">
|
||||
{/* logo */}
|
||||
<Link href="/public" className={`flex items-center`}>
|
||||
<Link href="/" className={`flex items-center`}>
|
||||
<Image src={logo} alt={`logo`} height={48}/>
|
||||
</Link>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user