1
0

Updated the Home.jsx action button icon

This commit is contained in:
Mathias Wagner 2023-11-19 15:51:53 +01:00
parent d7c6f3de01
commit 2f89423e8b
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -1,7 +1,7 @@
import "./styles.sass";
import GitHubImage from "@/common/images/GitHub.png"
import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
import {faPlusSquare, faRightToBracket} from "@fortawesome/free-solid-svg-icons";
import {faPlus, faRightToBracket} from "@fortawesome/free-solid-svg-icons";
import {Link} from "react-router-dom";
export const DONATION_LINK = "https://ko-fi.com/gnmyt";
@ -32,7 +32,7 @@ export const Home = () => {
<div className="action-area">
<Link className="glassy action-btn create-btn" to="/create">
<FontAwesomeIcon icon={faPlusSquare}/>
<FontAwesomeIcon icon={faPlus}/>
<h2>Raum erstellen</h2>
</Link>