Closed andrewreifman closed 2 weeks ago
Latest commit: 992cd8ef9b0dea18b3ea87fa09528542f4578395
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
catalyst-latest | ❌ Failed (Inspect) | 💬 Add feedback | Nov 15, 2024 6:07pm |
pnpm-lock
shouldn't need to be updated. Component changes look good tho!
@jorgemoya I assume it changed the lock file by me just running pnpm install
. Do I just need to undo that change in the file and push it back up?
I also was about to ask in Slack what I should do about the lint failures in the build that aren't related to my PR.
pnpm-lock
shouldn't need to be updated. Component changes look good tho!@jorgemoya I assume it changed the lock file by me just running
pnpm install
. Do I just need to undo that change in the file and push it back up?I also was about to ask in Slack what I should do about the lint failures in the build that aren't related to my PR.
I would just undo the file and push it back up. We can then investigate if we need to update the lock file.
@jorgemoya This is ready for another review
@andrewreifman I still see the lock file in the PR :(
What/Why?
In the Slideshow component, if a slide description is removed, there was no spacing between the title and button. Margin classes were changed to ensure the title, description, and button had the proper spacing between them at all times.
Testing
View the Slideshow component and hide any slide description.