Skip to content

Commit

Permalink
Fix h error
Browse files Browse the repository at this point in the history
  • Loading branch information
ameenalasady committed Jun 30, 2024
1 parent dd9a762 commit 86ceb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GetStarted.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from "react";
const GetStarted = () => {
return (
<div className="getstartedcontainer">
<h className="getstarted">Get Started</h>
<div className="getstarted">Get Started</div>
<img
className="startedarrow"
src="/arrow-sm-right-svgrepo-com.svg"
Expand Down

0 comments on commit 86ceb1e

Please sign in to comment.