diff --git a/src/components/Vote/Head/index.tsx b/src/components/Vote/Head/index.tsx index 48314fd..c44d9b7 100644 --- a/src/components/Vote/Head/index.tsx +++ b/src/components/Vote/Head/index.tsx @@ -1,5 +1,6 @@ import { Dispatch, SetStateAction } from 'react' -import { Typography } from '@mui/material' +import { Link, Typography } from '@mui/material' +import { useTheme } from '@mui/styles' import SearchBar from 'components/SearchBar' import SortComponent from 'components/SortComponent' @@ -13,6 +14,7 @@ type HeadVotersType = { const Head: React.FC = ({ setSearchInput, sort }) => { const classes = useStyles() + const theme = useTheme() return (
@@ -21,7 +23,15 @@ const Head: React.FC = ({ setSearchInput, sort }) => { Select and vote to whitelist your most trusted 21 BPs. - The BP whitelist is sustained by MyvoteEOS. Read more. + The BP whitelist is sustained by MyvoteEOS.{' '} + + Read more + + .
diff --git a/src/config/constants/footer.ts b/src/config/constants/footer.ts index 8fe66af..f4acfd5 100644 --- a/src/config/constants/footer.ts +++ b/src/config/constants/footer.ts @@ -11,7 +11,7 @@ const socialMediaItems = [ }, { name: 'GitHub', - ref: 'google.com', + ref: 'https://github.com/edenia/eden-smart-proxy', image: '/icons/github-icon.png' }, { @@ -27,19 +27,19 @@ const footerItems = [ links: [ { underline: 'none', - ref: 'google.com', + ref: 'https://genesis.eden.eoscommunity.org/members', target: '_blank', text: 'The Community' }, { underline: 'none', - ref: 'google.com', + ref: 'https://genesis.eden.eoscommunity.org/induction', target: '_blank', text: 'Membership Dashboard' }, { underline: 'none', - ref: 'google.com', + ref: 'https://eos.atomichub.io/explorer/collection/genesis.eden', target: '_blank', text: 'Eden NFTs' } @@ -50,31 +50,31 @@ const footerItems = [ links: [ { underline: 'none', - ref: 'google.com', + ref: 'https://www.notion.so/Eden-Peace-Treaty-5b15633ca09c4c6495a5b60f7bc92db2', target: '_blank', text: 'Eden Peace Treaty' }, { underline: 'none', - ref: 'google.com', + ref: 'https://edeneos.org/', target: '_blank', text: 'Eden on EOS' }, { underline: 'none', - ref: 'google.com', + ref: 'https://www.notion.so/Eden-d1446453c66c4919b110dfdce20dc56f', target: '_blank', text: 'Eden Public Wiki' }, { underline: 'none', - ref: 'google.com', + ref: 'https://www.notion.so/EdenOS-Roadmap-7d75dbcf386c436c9c1738b7a3eea8f2', target: '_blank', text: 'EdenOS Roadmap' }, { underline: 'none', - ref: 'google.com', + ref: 'https://github.com/edenia/Eden', target: '_blank', text: 'EdenOS Github Repo' }