Skip to content

Commit 87c57b3

Browse files
committed
fix formatting error
1 parent 4cf670f commit 87c57b3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/nextjs/app/builders/0x48Bf488D00FE4C83e803688ffE5532EB83E9a0ff/page.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Image from "next/image";
22
import { NextPage } from "next";
3-
import { FaGithub, FaTwitter, FaLinkedin } from "react-icons/fa";
3+
import { FaGithub, FaLinkedin, FaTwitter } from "react-icons/fa";
44
import { SiBluesky } from "react-icons/si";
55
import { Address } from "~~/components/scaffold-eth";
66

@@ -59,7 +59,7 @@ const NicwnProfilePage: NextPage = () => {
5959
</div>
6060
</div>
6161
</div>
62-
62+
6363
{/* Content */}
6464
<div className="pt-20 px-8 pb-8">
6565
<div className="text-center mb-8">
@@ -70,7 +70,8 @@ const NicwnProfilePage: NextPage = () => {
7070
</span>
7171
</div>
7272
<p className="text-lg mb-6 max-w-xs mx-auto">
73-
I am Nick Wang. My claim to fame was the creation LEGO Ideas, where I moved from NYC to Tokyo and led a small team to make fan created LEGO sets a reality.
73+
I am Nick Wang. My claim to fame was the creation LEGO Ideas, where I moved from NYC to Tokyo and led a
74+
small team to make fan created LEGO sets a reality.
7475
</p>
7576

7677
{/* Address display */}

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lucide-react": "^0.510.0",
2929
"next": "^15.2.3",
3030
"next-nprogress-bar": "^2.3.13",
31-
"next-themes": "^0.3.0",
31+
"next-themes": "^0.3.0",
3232
"qrcode.react": "^4.0.1",
3333
"react": "^19.0.0",
3434
"react-dom": "^19.0.0",

0 commit comments

Comments
 (0)