added media layout

This commit is contained in:
victorAnumudu
2024-04-01 21:42:29 +01:00
parent 199dec01fe
commit bb5a966249
4 changed files with 25 additions and 15 deletions
+2 -2
View File
@@ -165,7 +165,7 @@ export default function MediaHeader({ logoutModalHandler, sidebarHandler, backpa
</div>
{/* Back BTN AND TITLE */}
{/* <div className="pl-4 w-full flex justify-start gap-3 items-center">
<div className="pl-4 w-full flex justify-start gap-3 items-center">
<button
type="button"
className="min-w-[35px] h-auto text-[#374557] border border-sky-blue p-1 rounded-full"
@@ -202,7 +202,7 @@ export default function MediaHeader({ logoutModalHandler, sidebarHandler, backpa
<h1 className="text-base md:text-[20px] font-bold text-dark-gray dark:text-white tracking-wide">
{title && title}
</h1>
</div> */}
</div>
{/* user info */}