1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 07:21:17 -04:00

remove global .icon style

This commit is contained in:
2022-01-30 09:00:59 -05:00
parent 6fbe9ae66b
commit 2a29d713bb
17 changed files with 79 additions and 56 deletions

View File

@@ -22,7 +22,7 @@ const Footer = () => (
<div className={styles.powered_by}>
Made with{" "}
<span className={styles.heart} title="Love">
<HeartIcon />
<HeartIcon className={styles.icon} />
</span>{" "}
and{" "}
<a
@@ -33,7 +33,7 @@ const Footer = () => (
target="_blank"
rel="noopener noreferrer"
>
<NextjsLogo fill="currentColor" />
<NextjsLogo className={styles.icon} fill="currentColor" />
</a>
.{" "}
<a