Skip to content

Commit 43b5912

Browse files
committed
edited register button
1 parent 325f732 commit 43b5912

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Home/Home.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import Location from "./Location";
77
import Type from "./Type";
88
import Hosts from "./Hosts";
99
import SponsorSection from "./Sponsors";
10+
import { PiCursorClickBold } from "react-icons/pi";
11+
1012

1113
const Home = () => {
1214
return (
@@ -46,7 +48,7 @@ const Home = () => {
4648
rel="noopener noreferrer"
4749
>
4850
<button className="btn btn-primary application-button">
49-
Register Now!
51+
Register Now &nbsp; <PiCursorClickBold />
5052
</button>
5153
</a>
5254
</div>

0 commit comments

Comments
 (0)