Skip to content

Commit

Permalink
Update navigation.tsx (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
fouwels authored Apr 25, 2024
1 parent a4ebbf6 commit 825d43b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/components/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ export function Navigation (): React.ReactElement {
text: 'LinkedIn',
href: 'https://www.linkedin.com/in/fouwels/',
external: true
},
{
type: 'link',
text: 'ORCID',
href: 'https://orcid.org/0009-0008-5016-9468',
external: true
},
{
type: 'link',
Expand All @@ -53,6 +47,12 @@ export function Navigation (): React.ReactElement {
href: 'https://keybase.io/kae',
external: true
},
{
type: 'link',
text: 'ORCID',
href: 'https://orcid.org/0009-0008-5016-9468',
external: true
},
{ type: 'divider' },
{
type: 'link',
Expand Down

0 comments on commit 825d43b

Please sign in to comment.