mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-31 07:26:43 +00:00
动态组件模式调整
This commit is contained in:
@@ -86,6 +86,11 @@ export const Header = props => {
|
||||
</div>
|
||||
</SignedOut>
|
||||
<SignedIn>
|
||||
<Link
|
||||
href='/dashboard'
|
||||
className='bg-black hover:bg-gray-900 text-white py-2 px-4 rounded-lg '>
|
||||
Dashboard
|
||||
</Link>
|
||||
<UserButton />
|
||||
</SignedIn>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user