Skip to content

Commit

Permalink
update linktree links, comment out unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
Moikapy committed Feb 9, 2023
1 parent edf7320 commit c2c2745
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import React, {Fragment, useEffect, useState} from 'react';
//@ts-ignore
import SEO from '../src/components/common/SEO';
// @ts-ignore
import NFTCARD from '../src/components/ui/NFTCard';
import DABU from '../dabu';
import H from '../src/components/common/H';
import {runTime} from '../dabu/helpers';
// import NFTCARD from '../src/components/ui/NFTCard';
// import DABU from '../dabu';
// import H from '../src/components/common/H';
// import {runTime} from '../dabu/helpers';
import Web3 from 'web3';
import TwitchEmbed from '@/src/components/blocks/TwitchEmbed';
import Chatbot from '@/src/components/ui/Chatbot';
// import TwitchEmbed from '@/src/components/blocks/TwitchEmbed';
// import Chatbot from '@/src/components/ui/Chatbot';
import MoiLinkTree from '@/src/components/ui/MoiLinkTree';
var BN: any = Web3.utils.hexToNumberString;

Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/MoiLinkTree/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const links: {label: string; url: string}[] = [
},
{
label: 'Discord',
url: 'https://discord.gg/3Z5Y4Y4',
url: 'https://discord.gg/DnbkrC8',
},
{
label: 'Twitch',
Expand Down

1 comment on commit c2c2745

@vercel
Copy link

@vercel vercel bot commented on c2c2745 Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.