mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-17 06:39:25 +08:00
Fixed initial products page again
This commit is contained in:
parent
116fb70b48
commit
b4b8b3e03d
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ import ProductListEntry from "../../Components/ProductListEntry/ProductListEntry
|
||||||
|
|
||||||
export default function Products() {
|
export default function Products() {
|
||||||
return (
|
return (
|
||||||
<div style={styles.container}>
|
<div style={{ margin: 32, height: "100%" }}>
|
||||||
<div style={styles.wrapper_row}>
|
<div style={styles.content_row}>
|
||||||
<ProductsIcon size={8} color="white" />
|
<ProductsIcon size={8} color="white" />
|
||||||
<h1 style={styles.text_large}>Products</h1>
|
<h1 style={styles.text_large}>Products</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue