1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

Fixing heading.

This commit is contained in:
mike12345567 2022-03-08 20:18:11 +00:00
parent 5162a3ee17
commit 1b965732d4

View file

@ -52,7 +52,7 @@ const Home: NextPage = () => {
return (
<div className={styles.container}>
<h1>Sales</h1>
<h1 className="subtitle">Sales</h1>
<div>{sales.map((sale: any) => <p key={sale.sale_id}>{sale.sale_id}</p>)}</div>
<button onClick={goToPrevPage}>Prev Page</button>
<button onClick={goToNextPage}>Next Page</button>