mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-16 22:29:24 +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() {
|
||||
return (
|
||||
<div style={styles.container}>
|
||||
<div style={styles.wrapper_row}>
|
||||
<div style={{ margin: 32, height: "100%" }}>
|
||||
<div style={styles.content_row}>
|
||||
<ProductsIcon size={8} color="white" />
|
||||
<h1 style={styles.text_large}>Products</h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue