We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325f732 commit 43b5912Copy full SHA for 43b5912
src/components/Home/Home.js
@@ -7,6 +7,8 @@ import Location from "./Location";
7
import Type from "./Type";
8
import Hosts from "./Hosts";
9
import SponsorSection from "./Sponsors";
10
+import { PiCursorClickBold } from "react-icons/pi";
11
+
12
13
const Home = () => {
14
return (
@@ -46,7 +48,7 @@ const Home = () => {
46
48
rel="noopener noreferrer"
47
49
>
50
<button className="btn btn-primary application-button">
- Register Now!
51
+ Register Now <PiCursorClickBold />
52
</button>
53
</a>
54
</div>
0 commit comments