Skip to content

Commit

Permalink
Update: added new profile button on page (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asfand00 authored Aug 8, 2024
1 parent 04b15ce commit 0b2c68f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion app/creator-page/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Creator = () => {
flexDirection="column"
sx={{ mt: 6 }}
>
<Grid container spacing={ isMobile ? 3 : 2 } justifyContent="center" alignItems="center">
<Grid container spacing={isMobile ? 3 : 2} justifyContent="center" alignItems="center">
<Grid item xs={12} sm="auto">
<Button
href="/add-product-page"
Expand Down Expand Up @@ -67,6 +67,16 @@ const Creator = () => {
>
Archived Products
</Button>
</Grid>
<Grid item xs={12} sm="auto">
<Button
href="/profile"
color="primary"
variant="contained"
sx={{ width: "200px" }}
>
Profile
</Button>
</Grid>
</Grid>
</Box>
Expand Down

0 comments on commit 0b2c68f

Please sign in to comment.