Skip to content

Commit dd903e8

Browse files
committed
feat: Added gpg header
1 parent fb0963f commit dd903e8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

components/Header.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ const Header = ({ active }: HeaderProps) => {
5656
label: 'CV',
5757
link: '/cv',
5858
},
59+
{
60+
name: 'gpg',
61+
label: 'GPG keys',
62+
link: '/gpg',
63+
},
5964
{
6065
name: 'socials',
6166
label: 'Socials',

0 commit comments

Comments
 (0)