mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-01-28 22:27:01 +00:00
chore: add docs to navbar
This commit is contained in:
parent
2fd61af9d5
commit
ae48c332de
@ -36,10 +36,10 @@ export const navItems: NavItem[] = [
|
||||
// label: 'Roles',
|
||||
// href: '/roles',
|
||||
// },
|
||||
// {
|
||||
// label: 'Docs',
|
||||
// href: '/docs',
|
||||
// },
|
||||
{
|
||||
label: 'Docs',
|
||||
href: '/docs',
|
||||
},
|
||||
// {
|
||||
// label: 'Multipass',
|
||||
// href: '/multipass',
|
||||
|
@ -24,7 +24,7 @@ const CopyCode = ({ referralCode }: Props) => {
|
||||
return (
|
||||
<Collapse header="Refer Operators +100 XP">
|
||||
<Wrapper>
|
||||
<div>{referralCode || ''}</div>
|
||||
<div>{referralCode || 'Connect to wallet to get referral code'}</div>
|
||||
<CopyButton onClick={copyToClipboard}>
|
||||
<img src="/assets/file-copy-purple.svg" alt="file copy" />
|
||||
</CopyButton>
|
||||
|
Loading…
x
Reference in New Issue
Block a user