diff options
author | Ezekiel Aquino <ezekiel@bakkenbaeck.no> | 2018-12-13 20:37:49 +0800 |
---|---|---|
committer | Ezekiel Aquino <ezekiel@bakkenbaeck.no> | 2018-12-13 20:39:33 +0800 |
commit | 088c471b7888e2ec06acc74e8a0fc678286e2ef3 (patch) | |
tree | 0911a5a5d95ff2f5c825183991059ca2ed1d648f /packages/website/ts/@next/components | |
parent | 9fda63cf74ea77e01634d2a91e773d4fa3ed68b7 (diff) | |
download | dexon-sol-tools-088c471b7888e2ec06acc74e8a0fc678286e2ef3.tar.gz dexon-sol-tools-088c471b7888e2ec06acc74e8a0fc678286e2ef3.tar.zst dexon-sol-tools-088c471b7888e2ec06acc74e8a0fc678286e2ef3.zip |
Switches landing page icons
Diffstat (limited to 'packages/website/ts/@next/components')
-rw-r--r-- | packages/website/ts/@next/components/sections/landing/about.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/website/ts/@next/components/sections/landing/about.tsx b/packages/website/ts/@next/components/sections/landing/about.tsx index 84767b90e..0d55a4522 100644 --- a/packages/website/ts/@next/components/sections/landing/about.tsx +++ b/packages/website/ts/@next/components/sections/landing/about.tsx @@ -14,10 +14,10 @@ interface FigureProps { export const SectionLandingAbout = () => ( <Section bgColor="dark" isTextCentered={true}> <InlineIconWrap> - <Icon name="coin" size="small" /> - <Icon name="coin" size="small" /> - <Icon name="coin" size="small" /> - <Icon name="coin" size="small" /> + <Icon name="descriptionCoin" size="small" /> + <Icon name="descriptionCopy" size="small" /> + <Icon name="descriptionFlask" size="small" /> + <Icon name="descriptionBolt" size="small" /> </InlineIconWrap> <Paragraph |