From 739466055c89539118f19ceaf44dcbe96cd6fe2d Mon Sep 17 00:00:00 2001 From: Joshua Ogbonna <58758038+Joshua-Ogbonna@users.noreply.github.com> Date: Sat, 9 Nov 2024 20:08:50 +0000 Subject: [PATCH] chore: add edit brand button --- src/app/brand/[id]/page.js | 43 +++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 24 deletions(-) diff --git a/src/app/brand/[id]/page.js b/src/app/brand/[id]/page.js index 194d64f..78c9a35 100644 --- a/src/app/brand/[id]/page.js +++ b/src/app/brand/[id]/page.js @@ -165,30 +165,25 @@ const Brand = ({ params }) => { className="text-2xl flex gap-2" style={{ justifyContent: "space-between" }} > - {/* {isOwner && ( */} - {/* -
EDIT BRAND
- */} - {/* )} */} + {isOwner && ( + +
Edit profile
+ + )}