diff --git a/app/components/ui/header.tsx b/app/components/ui/header.tsx
index cbbfef4..822c20c 100644
--- a/app/components/ui/header.tsx
+++ b/app/components/ui/header.tsx
@@ -1,9 +1,14 @@
+"use client";
+
import React from "react";
import ProfileAvatar from "./profile-avatar";
import Button from "./button";
-import { Github, Twitter, Linkedin } from "lucide-react";
+import { Github, Download, Linkedin } from "lucide-react";
+import { usePathname } from "next/navigation";
const ProfileHeader = () => {
+ const currentPath = usePathname();
+
return (
@@ -34,13 +39,29 @@ const ProfileHeader = () => {
}
+ intent="success"
+ variant="primary"
newTab
>
GitHub
+ {currentPath === "/resume" && (
+
}
+ intent="success"
+ variant="outline"
+ newTab
+ >
+
+ Resume
+
+
+ )}
+ {/* Links (Mobile) */}
- {" "}
+ {currentPath === "/resume" && (
+
}
+ intent="success"
+ variant="outline"
+ newTab
+ >
+
+ Resume
+
+
+ )}
);
diff --git a/public/avatar.svg b/public/avatar.svg
index 84e2957..11840c2 100644
--- a/public/avatar.svg
+++ b/public/avatar.svg
@@ -1,15 +1,13 @@
-