1
0

Added the create-btn class to the Home.jsx create button

This commit is contained in:
Mathias Wagner 2023-11-19 00:33:26 +01:00
parent b01a4b1c0a
commit 9e682ddcf3
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -31,7 +31,7 @@ export const Home = () => {
</div>
<div className="action-area">
<Link className="glassy action-btn" to="/create">
<Link className="glassy action-btn create-btn" to="/create">
<FontAwesomeIcon icon={faPlusSquare}/>
<h2>Raum erstellen</h2>
</Link>