Skip to content

Commit

Permalink
change links color in Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
kishkoigor committed Oct 12, 2023
1 parent 29de49d commit aecadda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0.8",
"version": "1.0.9",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function Footer(props: FooterProps) {
FAQs
</a>
</div>
<div className={s.link}>Version 2.0</div>
<div className={s.version}>Version 2.0</div>
<div className={s.socials}>
{socials.map(({href, icon}, i) => (
<a
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.link {
color: var(--neutral-300, #A1A6B2);
color: var(--neutral-400, #676B73);
text-align: center;

font-family: Inter, sans-serif;
Expand Down

0 comments on commit aecadda

Please sign in to comment.