mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2025-05-14 18:41:06 +08:00
Added icon to product blob view
This commit is contained in:
parent
971d184697
commit
2551b1fb38
6 changed files with 36 additions and 68 deletions
|
@ -42,7 +42,10 @@ export default function Products() {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<Switch onClick={() => toggleTableView(!tableView)} />
|
||||
<div style={styles.content_row}>
|
||||
<Switch onClick={() => toggleTableView(!tableView)} />
|
||||
<p style={styles.text_small}>View Type</p>
|
||||
</div>
|
||||
{view()}
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue