Skip to content

Commit

Permalink
Fixed storrybook test
Browse files Browse the repository at this point in the history
  • Loading branch information
MRita443 committed Nov 16, 2024
1 parent b6c6313 commit a730e8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
8 changes: 2 additions & 6 deletions src/routes/(app)/events/_components/event-hexagon.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ export const SingleDateHexagon = {
args: {
data: {
title: 'Jantar de Curso',
description: 'Muito fixeeeeeeeeeeeeeeee',
description: 'Muito fixe',
teamMemberIds: [],
registerUrl: 'https://www.google.com/intl/pt-PT/forms/about/',

dateInterval: {
startDate: '2023-12-10T00:00:00.000Z'
},

dateInterval: { startDate: new Date('2023-12-10') },
location: 'Cervejaria Diu',
thumbnailPath: 'images/previews/evento.png'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,11 @@ export const DefaultIconHexagon = {
data: {
name: 'Bruno Rosendo',
email: '[email protected]',
role: 'Co-Gestor de Projetosssssssssssssssssssss',
role: 'Co-Gestor de Projetos',
photo: 'images/previews/bruno_rosendo.png',
linkedin: 'https://pt.linkedin.com/',
gitHub: 'https://github.com/',

websites: [
{
url: 'https://www.facebook.com/'
}
]
websites: [{ url: 'https://www.facebook.com/' }]
}
}
};
Expand Down

0 comments on commit a730e8b

Please sign in to comment.