File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11'use client' ;
22import Link from 'next/link' ;
33import Icons from './ui/icons' ;
4- import { useTheme } from 'next-themes' ;
4+ // import { useTheme } from 'next-themes';
55import { Button } from './ui/button' ;
66
77export default function DownloadCV ( ) {
88 // 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';
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" >
You can’t perform that action at this time.
0 commit comments