Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3: quote block for customer cases #799

Merged
merged 2 commits into from
Oct 22, 2024
Merged

V3: quote block for customer cases #799

merged 2 commits into from
Oct 22, 2024

Conversation

anemne
Copy link
Contributor

@anemne anemne commented Oct 21, 2024

Created simple quoteblock for customer cases. This bloc consist of a texts string and author.

Screenshot 2024-10-21 at 11 29 40 Screenshot 2024-10-21 at 11 29 56

Copy link

vercel bot commented Oct 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
variant-no ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 21, 2024 9:33am
variant-se-2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 21, 2024 9:33am

Copy link
Contributor

@trulshj trulshj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one!

Copy link
Contributor

@trulshj trulshj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one!

) : (
<div className={styles.imageBlockWrapper}>
{section.images.map((image) => (
{section.images?.map((image) => (
<div
key={image._key}
className={styles.imageBlockImageWrapper}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels like it should eventually be pulled out into a switch statement instead of keeping the nested ternary going

@anemne anemne merged commit 2383f2f into v3 Oct 22, 2024
6 checks passed
@anemne anemne deleted the v3-quote-block branch October 22, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants