From 7690d8c4a4e88919aa6daa2ae4ce0a226b1047aa Mon Sep 17 00:00:00 2001 From: Sebastian Vargr <870110+sebbdk@users.noreply.github.com> Date: Wed, 15 May 2024 14:21:27 +0200 Subject: [PATCH] fixed link --- storybook/src/stories/resume/resume/index.stories.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/storybook/src/stories/resume/resume/index.stories.js b/storybook/src/stories/resume/resume/index.stories.js index b922a13..1503e33 100644 --- a/storybook/src/stories/resume/resume/index.stories.js +++ b/storybook/src/stories/resume/resume/index.stories.js @@ -5,7 +5,7 @@ import { SkillElm } from '../skills-list/index.js'; import profilePicture from 'stories/assets/profile_picture.jpg'; export default { - title: 'resume', + title: 'pages/resume', component: ResumePage, argTypes: {}, }; @@ -16,8 +16,8 @@ const Template = (args) => html` `; -export const Page= Template.bind({}); -Page.args = { +export const Primary= Template.bind({}); +Primary.args = { profile: html`
@@ -38,7 +38,7 @@ Page.args = { `, introduction: html`

- Sebastian Vargr Developing' Developer + Sebastian Vargr Developing developer

My name is Sebastian Vargr, and I am an application developer from Copenhagen, Denmark.