Skip to content

Commit c3d6318

Browse files
committed
fix(frontend): move kleros logo to the start
1 parent 0fad80e commit c3d6318

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

frontend/src/components/Footer.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,13 @@ const Footer: React.FC = async () => {
5858
"bg-background-2 py-16 md:grid-cols-3 md:gap-0 md:px-16 xl:px-32",
5959
)}
6060
>
61-
<Image src={cta.logo.url} alt="kleros logo" width="185" height="48" />
61+
<Image
62+
className="md:justify-self-start"
63+
src={cta.logo.url}
64+
alt="kleros logo"
65+
width="185"
66+
height="48"
67+
/>
6268
<p className="md:justify-self-center"> {cta.notice} </p>
6369
<div
6470
className={clsx(

0 commit comments

Comments
 (0)