Skip to content

Commit 9849664

Browse files
authored
update: update cv-download-button.tsx
1 parent 011f138 commit 9849664

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

components/cv-download-button.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ import { useTheme } from 'next-themes';
55
import { Button } from './ui/button';
66

77
export default function DownloadCV() {
8-
const { theme } = useTheme();
9-
const cv_url =
10-
theme === 'dark'
11-
? '/assets/cv/Diego-C-Silva-CV-EN-Dark.pdf'
12-
: theme === 'light'
13-
? '/assets/cv/Diego-C-Silva-CV-EN-Light.pdf'
14-
: '/assets/cv/Diego-C-Silva-CV-EN-Light.pdf';
8+
// const { theme } = useTheme();
9+
const cv_url = '/assets/cv/DIego-C-Silva-CV - Estágio.pdf'
10+
// theme === 'dark'
11+
// ? '/assets/cv/Diego-C-Silva-CV-EN-Dark.pdf'
12+
// : theme === 'light'
13+
// ? '/assets/cv/Diego-C-Silva-CV-EN-Light.pdf'
14+
// : '/assets/cv/Diego-C-Silva-CV-EN-Light.pdf';
1515

1616
return (
1717
<Link className={'grow'} href={cv_url} target="_blank">

0 commit comments

Comments
 (0)