diff --git a/content/meta.yml b/content/meta.yml
index 6f76a1f..6dbe389 100644
--- a/content/meta.yml
+++ b/content/meta.yml
@@ -7,7 +7,7 @@
img: ../src/images/twitter-card.png
social:
- Email: mailto:m@kretschmann.io
+ Mail: mailto:m@kretschmann.io
Blog: https://kremalicious.com
Twitter: https://twitter.com/kremalicious
GitHub: https://github.com/kremalicious
diff --git a/content/projects.yml b/content/projects.yml
index 013806e..ac556eb 100644
--- a/content/projects.yml
+++ b/content/projects.yml
@@ -9,24 +9,24 @@
Initial website in collaboration with [Balance](https://balance.io/). Key visuals in collaboration with [Wojciech Hupert](https://twitter.com/wojciechhupert).
links:
- title: oceanprotocol.com
- icon: website
+ icon: Compass
url: https://oceanprotocol.com
- title: Styleguide
url: https://oceanprotocol.com/art
- title: docs.oceanprotocol.com
- icon: website
+ icon: Compass
url: https://docs.oceanprotocol.com
- title: commons.oceanprotocol.com
- icon: website
+ icon: Compass
url: https://commons.oceanprotocol.com
- title: '@oceanprotocol/art'
- icon: github
+ icon: GitHub
url: https://github.com/oceanprotocol/art
- title: '@oceanprotocol/docs'
- icon: github
+ icon: GitHub
url: https://github.com/oceanprotocol/docs
- title: '@oceanprotocol/commons'
- icon: github
+ icon: GitHub
url: https://github.com/oceanprotocol/commons
techstack:
- Sketch
@@ -267,7 +267,7 @@
links:
- title: Info & Download
- icon: download
+ url: https://kremalicious.com/ipixelpad/
- title: Out Of Whale Oil
slug: /outofwhaleoil/
@@ -276,7 +276,7 @@
Tribute wallpaper pack inspired by the Futurama movie _Into The Wild Green Yonder_. Released as a goodie on [kremalicious.com](https://kremalicious.com/out-of-whale-oil/).
links:
- title: Info & Download
- icon: download
+ url: https://kremalicious.com/out-of-whale-oil/
techstack:
- Photoshop
@@ -318,7 +318,6 @@
links:
- title: Info & Download
- icon: download
url: https://kremalicious.com/coffee-cup-icon/
- title: Project Purple
@@ -334,7 +333,6 @@
links:
- title: Info & Download
- icon: download
url: https://kremalicious.com/projectpurple/
- title: Allinnia Creative Group
diff --git a/src/components/atoms/Icon.jsx b/src/components/atoms/Icon.jsx
index 2245382..2ab0022 100644
--- a/src/components/atoms/Icon.jsx
+++ b/src/components/atoms/Icon.jsx
@@ -2,63 +2,31 @@ import React from 'react'
import PropTypes from 'prop-types'
// https://featherstyles.com
-import {
- Star,
- FileText,
- Compass,
- ArrowDownCircle,
- Info,
- GitHub,
- Mail,
- Feather,
- Twitter,
- Image,
- Moon,
- Sun,
- Key
-} from 'react-feather'
+import * as Feather from 'react-feather'
import { ReactComponent as Dribbble } from '../../images/dribbble.svg'
import styles from './Icon.module.scss'
const Icon = ({ name, ...props }) => {
- switch (name) {
- case 'website':
- case 'Link':
- return