Skip to content

Commit

Permalink
Changed path to linkedin profile since it was broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypawzz committed Apr 6, 2024
1 parent 2abe530 commit 76ff230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/JMDK.UI/views/home-view/content/default-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const contentModel = {
},
{
text: 'My profile on LinkedIn',
externalLink: 'https://dk.linkedin.com/in/jannik-maag',
externalLink: 'https://dk.linkedin.com/in/jannikmaag',
title: 'Visit Janniks LinkedIn profile',
variant: BUTTON_VARIANT.SECONDARY,
testId: TESTING_ID.LINKEDIN_BUTTON,
Expand Down
2 changes: 1 addition & 1 deletion src/JMDK.UI/views/home-view/home-view.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ afterEach(() => {

it.each([
[TESTING_ID.GITHUB_BUTTON, 'https://github.com/fuzzypawzz'],
[TESTING_ID.LINKEDIN_BUTTON, 'https://dk.linkedin.com/in/jannik-maag'],
[TESTING_ID.LINKEDIN_BUTTON, 'https://dk.linkedin.com/in/jannikmaag'],
[TESTING_ID.STORYBOOK_BUTTON, 'https://jmdkstorybook.netlify.app'],
])(
'opens a new browser tab with the expected url, when clicking the button (%s)',
Expand Down

0 comments on commit 76ff230

Please sign in to comment.