From 85443434a6869fc6bae68d075595fb633fd74876 Mon Sep 17 00:00:00 2001 From: Melonai Date: Thu, 11 Jun 2020 02:59:57 +0200 Subject: a full restyle --- client/src/Components/Button.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client/src/Components/Button.js') diff --git a/client/src/Components/Button.js b/client/src/Components/Button.js index 46c0c27..b6ed91b 100644 --- a/client/src/Components/Button.js +++ b/client/src/Components/Button.js @@ -1,9 +1,13 @@ import React from 'react'; +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; +import {faArrowRight, faTimes} from '@fortawesome/free-solid-svg-icons'; function Button(props) { return (
- +
) } -- cgit 1.4.1