Skip to content

Commit c78bc01

Browse files
committed
fix: about 수정
1 parent 667b30f commit c78bc01

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

src/components/about/about-page-client.tsx

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client";
22

3-
import { FileUser, Github, Mail } from "lucide-react";
3+
import { Github, Mail } from "lucide-react";
44
import { motion } from "motion/react";
55

66
const ease = [0.25, 0.1, 0.25, 1] as const;
@@ -45,19 +45,6 @@ export function AboutPageClient() {
4545
animate={{ opacity: 1, y: 0 }}
4646
transition={{ duration: 0.6, delay: 0.45, ease }}
4747
>
48-
<a
49-
href="https://resume.un-defined.dev"
50-
target="_blank"
51-
rel="noreferrer"
52-
>
53-
<button
54-
type="button"
55-
className="flex cursor-pointer items-center gap-2 rounded-md border bg-blue-500 px-4 py-2 text-sm text-white"
56-
>
57-
<FileUser className="size-4" />
58-
Resume
59-
</button>
60-
</a>
6148
<a href="https://github.com/cobocho" target="_blank" rel="noreferrer">
6249
<button
6350
type="button"

0 commit comments

Comments
 (0)