Skip to content

Commit

Permalink
fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbdk committed May 15, 2024
1 parent c6f3195 commit 7690d8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions storybook/src/stories/resume/resume/index.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
};
Expand All @@ -16,8 +16,8 @@ const Template = (args) => html`
</${BasePage}>
`;

export const Page= Template.bind({});
Page.args = {
export const Primary= Template.bind({});
Primary.args = {
profile: html`
<div>
<img className="--framed" src="${profilePicture}" />
Expand All @@ -38,7 +38,7 @@ Page.args = {
`,
introduction: html`
<h1 className="--line">
Sebastian Vargr <small>Developing' Developer</small>
Sebastian Vargr <small>Developing developer</small>
</h1>
<p>
My name is Sebastian Vargr, and I am an application developer from Copenhagen, Denmark.
Expand Down

0 comments on commit 7690d8c

Please sign in to comment.