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 (
<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 || ""
}`}
style={{
@@ -33,7 +33,7 @@ export default function JobOwnerDashboard({
</h1>
{/* user */}
<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}`}
</p>
<p className="text-sm tracking-wide text-white">@{userEmail}</p>
+2 -2
View File
@@ -16,7 +16,7 @@ export default function JobOwnerDashboard({
return (
<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 || ""
}`}
style={{
@@ -33,7 +33,7 @@ export default function JobOwnerDashboard({
</h1>
{/* user */}
<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}`}
</p>
<p className="text-sm tracking-wide text-white">@{userEmail}</p>
@@ -16,7 +16,7 @@ export default function JobOwnerDashboard({
return (
<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 || ""
}`}
style={{
@@ -33,7 +33,7 @@ export default function JobOwnerDashboard({
</h1>
{/* user */}
<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}`}
</p>
<p className="text-sm tracking-wide text-white">@{userEmail}</p>
@@ -79,4 +79,3 @@ export default function JobOwnerDashboard({
</div>
);
}
@@ -16,7 +16,7 @@ export default function JobOwnerDashboard({
return (
<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 || ""
}`}
style={{
@@ -33,7 +33,7 @@ export default function JobOwnerDashboard({
</h1>
{/* user */}
<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}`}
</p>
<p className="text-sm tracking-wide text-white">@{userEmail}</p>