diff --git a/app/components/Contact/BottomScreen/Buttons.vue b/app/components/Contact/BottomScreen/Buttons.vue index 306ae9e..0f6bc68 100644 --- a/app/components/Contact/BottomScreen/Buttons.vue +++ b/app/components/Contact/BottomScreen/Buttons.vue @@ -31,8 +31,8 @@ const BUTTONS = { cv: { position: [31, 128], action: "open", - url: "https://pihkaal.me/cv", - text: "/cv", + url: "https://pihkaal.me/cv.pdf", + text: "/cv.pdf", }, } as const satisfies Record< string, diff --git a/public/cv.pdf b/public/cv.pdf new file mode 100644 index 0000000..bc7a997 Binary files /dev/null and b/public/cv.pdf differ