fix: buttons

This commit is contained in:
Benno Tielen 2025-03-11 13:31:59 +01:00
parent ecace1e5d0
commit 00c734ce5b
2 changed files with 8 additions and 0 deletions

View file

@ -63,6 +63,13 @@ export const WithFlyerAndGroup: Story = {
}
}
export const WithFlyerGroupAndRSVP: Story = {
args: {
...WithFlyerAndGroup.args,
rsvpLink: "https://disney.com"
}
}
export const WithPhoto: Story = {
args: {
...Default.args,

View file

@ -18,6 +18,7 @@
display: flex;
gap: 10px;
justify-content: center;
flex-wrap: wrap;
}
.header {