Update to phosphor-react@0.2.0

This commit is contained in:
rektdeckard
2020-08-16 16:42:57 -04:00
parent 9e1cff44d8
commit 017a05a769
5 changed files with 929 additions and 108 deletions

View File

@@ -1,6 +1,6 @@
import React, { useState } from "react";
import { motion, AnimatePresence } from "framer-motion";
import { ArrowUpRightCircle } from "phosphor-react";
import { ArrowUpRightCircle, ArrowDownCircle } from "phosphor-react";
import "./Header.css";
import markerPurple from "../../assets/marker-purple.svg";
@@ -65,7 +65,7 @@ const Header: React.FC<HeaderProps> = () => {
</button>
<button className="main-button" onClick={handleScrollToIcons}>
<ArrowUpRightCircle size={24} weight="fill" />
<ArrowDownCircle size={24} weight="fill" />
Explore icons
</button>
</div>