Skip to content

Commit e22c54c

Browse files
committed
update hero
1 parent 0d47f8a commit e22c54c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/component/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default function Hero() {
9191
<aside className="formInfo-hero">
9292
{/* <div className="formInfo-hero__ribbon">33% OFF</div> */}
9393
<h2>
94-
Private <span>Sale!</span>
94+
Early Bird <span>Sale!</span>
9595
</h2>
9696
<Form id="checkoutForm" onSubmit={handleSubmit}>
9797
<FormGroup>

src/pages/home.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export default function Home() {
5353
} catch (error: any) {
5454
setLoading(false);
5555
navigate("/server-error");
56-
5756
throw new Error(error);
5857
}
5958
})();
@@ -78,6 +77,8 @@ export default function Home() {
7877
<Footer />
7978
</div>
8079

80+
{/* {showOverlay && <OverlarTransparent/>} */}
81+
8182
</>
8283
)}
8384
</>

0 commit comments

Comments
 (0)