Skip to content

Commit 1fb87be

Browse files
add icons
1 parent a5de87c commit 1fb87be

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/app/page.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"use client"
22

3+
import { Github, Upload } from "lucide-react";
34
import Link from "next/link";
45

56

@@ -11,14 +12,15 @@ export default function Home() {
1112
<h2 className="text-xl text-center">Safely see your non-followers using your official Instagram data. Your files are processed right here in your browser and are never uploaded anywhere.</h2>
1213
{/* Drop Zone */}
1314
<div className="border-2 px-1/2 py-40 flex flex-col gap-8 items-center justify-center w-1/2">
15+
<Upload size={50}></Upload>
1416
Drag & drop your followers.json & following.json files here
1517
<span>or</span>
1618
<button className="border-1 p-2">Select Files</button>
1719
</div>
1820
<Link href="/tutorial" className="underline"> Don&apos;t have your files? Here&apos;s how to get them.</Link>
1921
</main>
20-
<footer className="fixed bottom-0 right-0 p-4">
21-
Open Source & Privacy-First
22+
<footer className="fixed bottom-0 right-0 p-5 flex flex-row gap-2">
23+
Open Source & Privacy-First <Github></Github>
2224
</footer>
2325
</div>
2426
);

0 commit comments

Comments
 (0)