diff --git a/package.json b/package.json index 85ed5d7..f037158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@airdao/ui-library", - "version": "1.1.4", + "version": "1.1.5", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index ececc63..cb8d9a0 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -14,31 +14,31 @@ import githubIcon from './assets/github-icon.svg'; const socials = [ { icon: twitterIcon, - href: 'https://twitter.com', + href: 'https://twitter.com/airdao_io', }, { icon: telegramIcon, - href: 'https://telegram.com', + href: 'https://t.me/airDAO_official', }, { icon: redditIcon, - href: 'https://reddit.com', + href: 'https://www.reddit.com/r/AirDAO/', }, { icon: mediumIcon, - href: 'https://medium.com', + href: 'https://blog.airdao.io/', }, { icon: youtubeIcon, - href: 'https://youtube.com', + href: 'https://www.youtube.com/c/AmbrosusEcosystem', }, { icon: discordIcon, - href: 'https://discord.com', + href: 'https://discord.gg/airdao', }, { icon: linkedinIcon, - href: 'https://linkedin.com', + href: 'https://www.linkedin.com/company/airdaoio', }, { icon: githubIcon, diff --git a/src/components/Header/Header.module.css b/src/components/Header/Header.module.css index bb7ad93..7fd4e62 100644 --- a/src/components/Header/Header.module.css +++ b/src/components/Header/Header.module.css @@ -372,7 +372,7 @@ .address-info__copy { position: relative; cursor: pointer; - top: 3px; + top: 4px; } .address-info__disconnect {