Added icon to product blob view

This commit is contained in:
Keannu Christian Bernasol 2023-03-03 12:15:10 +08:00
parent 971d184697
commit 2551b1fb38
6 changed files with 36 additions and 68 deletions

View file

@ -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>
);