Skip to content

Commit

Permalink
fix: track lines in journey and removing unused stories
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Dec 12, 2024
1 parent 0da59ac commit 114ffb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .storybook/stories/BadgeContainer.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,5 @@ export const RectangleInProgress = story({ status: BADGE_IN_PROGRESS, shape: BAD

export const RectangleLocked = story({ status: BADGE_LOCKED, shape: BADGE_SHAPE_RECTANGLE }, badgeUsEconomicEquality.contentfulData[0].imageUrl);

export const BadgeWithRays = story({showRays: true, status: BADGE_COMPLETED, shape: BADGE_SHAPE_ARCH}, badgeClimateAction.contentfulData[0].imageUrl);

export const BadgeWithShine = story({showShine: true, status: BADGE_COMPLETED, shape: BADGE_SHAPE_ARCH}, badgeClimateAction.contentfulData[0].imageUrl);

export const BadgeWithShineAndRays = story({showRays: true, showShine: true, status: BADGE_COMPLETED, shape: BADGE_SHAPE_ARCH}, badgeClimateAction.contentfulData[0].imageUrl);
2 changes: 1 addition & 1 deletion src/components/MyKiva/BadgeContainer.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="tw-relative tw-inline-block tw-w-auto tw-overflow-hidden"
class="tw-relative tw-inline-block tw-w-auto"
:class="{
'tw-grayscale': isInProgress,
'invisible-badge tw-cursor-pointer': isLocked,
Expand Down

0 comments on commit 114ffb0

Please sign in to comment.