Skip to content

Commit

Permalink
remove cv
Browse files Browse the repository at this point in the history
Signed-off-by: Max Schmidt <[email protected]>
  • Loading branch information
mooxl committed Sep 4, 2024
1 parent 8489c36 commit a277f10
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,7 @@ const Menu = (data: { lang: State["lang"] }) => (
"
>
<Language lang={data.lang} />
<a
href={`/cv-${data.lang}.pdf`}
target="_blank"
class="h-4 w-4 bg-gray-dark rounded-xl p-0.5 cursor-pointer group transition-colors border-2 border-transparent hover:border-gray-light"
rel="noreferrer"
>
<img
src="/vectors/cv.svg"
width="16"
height="16"
class="
w-full h-full transition-colors duration-150"
alt="CV"
/>
</a>

</div>
);
export default Menu;

0 comments on commit a277f10

Please sign in to comment.