Skip to content

Commit

Permalink
test(SLB-299): title using 2 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
colorfield committed May 15, 2024
1 parent bed4a54 commit a79e42b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const AccordionItemText = {
items: [
{
title: 'Cheese Fondue',
icon: '',
icon: 'arrow',
textContent: {
markup: `
<p>The earliest known recipe for the modern form of cheese fondue comes from a 1699 book published in Zürich, under the name "Käss mit Wein zu kochen" 'to cook cheese with wine'.</p>
Expand Down Expand Up @@ -44,8 +44,9 @@ export const AccordionItemText = {
},
},
{
title: 'Meringue with double cream',
icon: 'arrow',
title:
'Meringue with double cream, a dessert made of whipped egg whites, traditionally accompanied by double Gruyère cream',
icon: '',
textContent: {
markup: `
<p>The Oxford English Dictionary states that the French word is of unknown origin. The name meringue for this confection first appeared in print in François Massialot's cookbook of 1692.</p>
Expand Down

0 comments on commit a79e42b

Please sign in to comment.