You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/page.tsx
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
"use client"
2
2
3
+
import{Github,Upload}from"lucide-react";
3
4
importLinkfrom"next/link";
4
5
5
6
@@ -11,14 +12,15 @@ export default function Home() {
11
12
<h2className="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>
0 commit comments