Skip to content

Commit

Permalink
fix(mkt): build
Browse files Browse the repository at this point in the history
  • Loading branch information
waltergalvao committed Jan 8, 2025
1 parent 9657cba commit 2baedc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/mkt/components/features-overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ export default function FeaturesOverview() {
<Transition
key={index}
show={tab === index}
as="div"
className="w-full"
enter="transition ease-in-out duration-700 transform order-first"
enterFrom="opacity-0 -translate-y-4"
Expand Down
2 changes: 2 additions & 0 deletions apps/mkt/components/features-slack-digests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export default function FeaturesSlackDigests() {
{/* Item 1 */}
<Transition
show={tab === 1}
as="div"
className="w-full text-center"
enter="transition ease-in-out duration-700 transform order-first"
enterFrom="opacity-0 -translate-y-4"
Expand Down Expand Up @@ -127,6 +128,7 @@ export default function FeaturesSlackDigests() {
{/* Item 2 */}
<Transition
show={tab === 2}
as="div"
className="w-full text-center"
enter="transition ease-in-out duration-700 transform order-first"
enterFrom="opacity-0 -translate-y-4"
Expand Down

0 comments on commit 2baedc8

Please sign in to comment.