-
+
By {title}
{description ? `, ${description}` : null}
diff --git a/src/templates/components/wysiwyg/index.tsx b/src/templates/components/wysiwyg/index.tsx
index da5ea182a..75a549073 100644
--- a/src/templates/components/wysiwyg/index.tsx
+++ b/src/templates/components/wysiwyg/index.tsx
@@ -27,7 +27,6 @@ export function WysiwygField({ className, html }: FormattedWysiwygField) {
export function Wysiwyg({
entityId,
html,
- className = 'processed-content',
}: ParagraphComponent
) {
if (!isValidData(html)) return
@@ -38,7 +37,7 @@ export function Wysiwyg({
data-paragraph-type="paragraph--wysiwyg"
data-next-component="templates/components/wysiwyg"
>
-
+
)
}
diff --git a/src/templates/layouts/event/index.tsx b/src/templates/layouts/event/index.tsx
index b8804340b..8a8a8a2b5 100644
--- a/src/templates/layouts/event/index.tsx
+++ b/src/templates/layouts/event/index.tsx
@@ -196,14 +196,16 @@ export const Event = ({
)}
{/* Registration */}
- {registrationRequired && (
+ {registrationRequired && eventCTA && (
{eventCTA == 'register' && Registration:}
- {eventCTA == 'apply' && Apply:}
+ {eventCTA == 'apply' && Application:}
{eventCTA == 'rsvp' && RSVP:}
-
Required
+ {eventCTA != 'more_details' && (
+
Required
+ )}
)}
diff --git a/src/templates/layouts/newsStory/index.tsx b/src/templates/layouts/newsStory/index.tsx
index 4d550ec24..06e82f963 100644
--- a/src/templates/layouts/newsStory/index.tsx
+++ b/src/templates/layouts/newsStory/index.tsx
@@ -46,7 +46,7 @@ export const NewsStory = ({
{caption}
{author && {title}
- {introText && (
-
- {introText}
-
- )}
+ {introText &&
{introText}
}
{totalPages > 1 && (
diff --git a/src/templates/layouts/storyListing/index.tsx b/src/templates/layouts/storyListing/index.tsx
index 43ad2d05f..5a57615b0 100644
--- a/src/templates/layouts/storyListing/index.tsx
+++ b/src/templates/layouts/storyListing/index.tsx
@@ -70,7 +70,7 @@ export function StoryListing({
{title}
- {introText &&
{introText}
}
+ {introText &&
{introText}
}
diff --git a/src/templates/layouts/vetCenter/index.tsx b/src/templates/layouts/vetCenter/index.tsx
index c15f12708..26749ae46 100644
--- a/src/templates/layouts/vetCenter/index.tsx
+++ b/src/templates/layouts/vetCenter/index.tsx
@@ -163,9 +163,7 @@ export function VetCenter({
<>
{title}
{officialName && title !== officialName && (
-
- Also called the {officialName}
-
+
Also called the {officialName}
)}
>
)}
diff --git a/yarn.lock b/yarn.lock
index c51f665cc..c89b1fc96 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4642,13 +4642,20 @@ __metadata:
languageName: node
linkType: hard
-"@types/lodash@npm:^4.14.167, @types/lodash@npm:^4.17.7":
+"@types/lodash@npm:^4.14.167":
version: 4.17.7
resolution: "@types/lodash@npm:4.17.7"
checksum: 09e58a119cd8a70acfb33f8623dc2fc54f74cdce3b3429b879fc2daac4807fe376190a04b9e024dd300f9a3ee1876d6623979cefe619f70654ca0fe0c47679a7
languageName: node
linkType: hard
+"@types/lodash@npm:^4.17.10":
+ version: 4.17.10
+ resolution: "@types/lodash@npm:4.17.10"
+ checksum: 4600f2f25270c8fee6953e363d318149a5f0f1b1bb820aa2f42d7ada6e4f7de31848bb5ffc2c687b40bd73aa982167bdd6e6d8d456e72abe0c660ec77d1fa7e9
+ languageName: node
+ linkType: hard
+
"@types/mdx@npm:^2.0.0":
version: 2.0.13
resolution: "@types/mdx@npm:2.0.13"
@@ -13632,7 +13639,7 @@ __metadata:
"@testing-library/react": ^16.0.1
"@testing-library/user-event": ^14.5.1
"@types/jest": ^29.5.12
- "@types/lodash": ^4.17.7
+ "@types/lodash": ^4.17.10
"@types/node": 22.5.4
"@types/react": ^18.3.1
"@types/react-dom": ^18.2.18