Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit de03d4d

Browse files
committed
Update title for admin edit product screen
1 parent f6662c1 commit de03d4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/pages/adminDashboard/products/EditProductComponent.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,9 @@ export default function EditProductComponent() {
307307
>
308308
<Helmet>
309309
<title>
310-
Edit Product - {adminDashboardTitle}
310+
Edit {state.adminGetProduct.data.name} - {adminDashboardTitle}
311311
</title>
312+
<meta name="title" content={`Edit Product - ${adminDashboardTitle}`}/>
312313
</Helmet>
313314
<div className="d-sm-flex align-items-center justify-content-between mb-4">
314315
<h1 className="h3 mb-0 text-gray-800">

0 commit comments

Comments
 (0)