Skip to content

Commit f5cd75e

Browse files
committed
prettier
1 parent cb1c382 commit f5cd75e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

components/LandingPage.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ const LandingPage = () => {
9393
</div>
9494

9595
<div className="hidden lg:flex relative">
96-
<div className="flex relative bottom-0">
97-
<Image
98-
src={TangleNetworkMap}
99-
alt="A visualization of the Tangle Network"
100-
className="md:content-end z-0 w-full h-auto"
101-
style={{ maxWidth: '90%' }}
102-
/>
103-
</div>
104-
</div>
96+
<div className="flex relative bottom-0">
97+
<Image
98+
src={TangleNetworkMap}
99+
alt="A visualization of the Tangle Network"
100+
className="md:content-end z-0 w-full h-auto"
101+
style={{ maxWidth: "90%" }}
102+
/>
103+
</div>
104+
</div>
105105
</div>
106106

107107
{/* Horizontal Line */}

0 commit comments

Comments
 (0)