Skip to content

Commit

Permalink
update quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickson-adbe committed Nov 7, 2024
1 parent 8aeeea5 commit b138b13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blocks/latest-tasting/latest-tasting.js
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@ export default async function decorate(block) {
const tnsTotalTasters = 5;
const tnsHighestRating = 5;
const tnsLowestRating = 5;
const tnsTastesLike = '';
const tnsNotableQuote = '';
const tnsTastesLike = 'Ah, it tasted like pure, chocolatey joy with just the right hint of vanilla creme—like a cookie from the heavens, if you will!';
const tnsNotableQuote = `Pairs well with a glass of Pennsylvania's finest human beer.`;

Check failure on line 16 in blocks/latest-tasting/latest-tasting.js

GitHub Actions / build

Strings must use singlequote
const tnsContributorName = 'Jackie Daytona';
const tnsContributorTitle = 'Regular Human Bartender';

@@ -31,7 +31,7 @@ export default async function decorate(block) {
),
div(
{ class: 'latest-tns-wrapper--info-wrapper' },
h2('Latest Oreo'),
h2('Latest Cookie'),
div(
{ class: 'latest-tns-name-wrapper' },
span(tnsName),

0 comments on commit b138b13

Please sign in to comment.