Skip to content

Commit

Permalink
header bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
VoroninDima committed Oct 13, 2023
1 parent 2d8495b commit e77af0a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 7 additions & 7 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/Header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
.address-info__copy {
position: relative;
cursor: pointer;
top: 3px;
top: 4px;
}

.address-info__disconnect {
Expand Down

0 comments on commit e77af0a

Please sign in to comment.