Merge branch 'home-banners-dashboard' of WrenchBoard/Users-Wrench into master

This commit is contained in:
2024-02-27 19:57:44 +00:00
committed by Gogs
4 changed files with 8 additions and 9 deletions
@@ -16,7 +16,7 @@ export default function JobOwnerDashboard({
return ( return (
<div <div
className={`w-full min-h-[100px] flex lg:p-8 p-4 justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${ className={`w-full h-[75px] flex p-4 justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${
className || "" className || ""
}`} }`}
style={{ style={{
@@ -33,7 +33,7 @@ export default function JobOwnerDashboard({
</h1> </h1>
{/* user */} {/* user */}
<div> <div>
<p className="text-3xl tracking-wide font-bold antise text-white"> <p className="text-2xl tracking-wide font-bold antise text-white">
{`${firstname} ${lastname}`} {`${firstname} ${lastname}`}
</p> </p>
<p className="text-sm tracking-wide text-white">@{userEmail}</p> <p className="text-sm tracking-wide text-white">@{userEmail}</p>
+2 -2
View File
@@ -16,7 +16,7 @@ export default function JobOwnerDashboard({
return ( return (
<div <div
className={`w-full min-h-[100px] flex lg:p-8 p-4 justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${ className={`w-full h-[75px] flex p-4 justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${
className || "" className || ""
}`} }`}
style={{ style={{
@@ -33,7 +33,7 @@ export default function JobOwnerDashboard({
</h1> </h1>
{/* user */} {/* user */}
<div> <div>
<p className="text-3xl tracking-wide font-bold antise text-white"> <p className="text-2xl tracking-wide font-bold antise text-white">
{`${firstname} ${lastname}`} {`${firstname} ${lastname}`}
</p> </p>
<p className="text-sm tracking-wide text-white">@{userEmail}</p> <p className="text-sm tracking-wide text-white">@{userEmail}</p>
@@ -16,7 +16,7 @@ export default function JobOwnerDashboard({
return ( return (
<div <div
className={`w-full min-h-[100px] flex lg:p-8 p-4 justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${ className={`w-full h-[75px] flex p-4 justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${
className || "" className || ""
}`} }`}
style={{ style={{
@@ -33,7 +33,7 @@ export default function JobOwnerDashboard({
</h1> </h1>
{/* user */} {/* user */}
<div> <div>
<p className="text-3xl tracking-wide font-bold antise text-white"> <p className="text-2xl tracking-wide font-bold antise text-white">
{`${firstname} ${lastname}`} {`${firstname} ${lastname}`}
</p> </p>
<p className="text-sm tracking-wide text-white">@{userEmail}</p> <p className="text-sm tracking-wide text-white">@{userEmail}</p>
@@ -79,4 +79,3 @@ export default function JobOwnerDashboard({
</div> </div>
); );
} }
@@ -16,7 +16,7 @@ export default function JobOwnerDashboard({
return ( return (
<div <div
className={`w-full min-h-[100px] flex lg:p-8 p-4 justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${ className={`w-full h-[75px] flex p-4 justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${
className || "" className || ""
}`} }`}
style={{ style={{
@@ -33,7 +33,7 @@ export default function JobOwnerDashboard({
</h1> </h1>
{/* user */} {/* user */}
<div> <div>
<p className="text-3xl tracking-wide font-bold antise text-white"> <p className="text-2xl tracking-wide font-bold antise text-white">
{`${firstname} ${lastname}`} {`${firstname} ${lastname}`}
</p> </p>
<p className="text-sm tracking-wide text-white">@{userEmail}</p> <p className="text-sm tracking-wide text-white">@{userEmail}</p>