chore: add docs to navbar

This commit is contained in:
jinhojang6 2024-11-02 01:00:15 +09:00
parent 2fd61af9d5
commit ae48c332de
2 changed files with 5 additions and 5 deletions

View File

@ -36,10 +36,10 @@ export const navItems: NavItem[] = [
// label: 'Roles',
// href: '/roles',
// },
// {
// label: 'Docs',
// href: '/docs',
// },
{
label: 'Docs',
href: '/docs',
},
// {
// label: 'Multipass',
// href: '/multipass',

View File

@ -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>