We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a506432 commit e669ed4Copy full SHA for e669ed4
src/app/_components/content/FindOutMore.tsx
@@ -6,9 +6,11 @@ const FindOutMoreLink = (props: { findOutMoreUrl: URL; vaccineType: VaccineTypes
6
7
return (
8
<p>
9
- <a href={props.findOutMoreUrl.href} target="_blank" rel="noopener">
10
- Find out more about the {vaccineInfo.displayName.midSentenceCase} vaccine
11
- </a>{" "}
+ <a
+ href={props.findOutMoreUrl.href}
+ target="_blank"
12
+ rel="noopener"
13
+ >{`Find out more about the ${vaccineInfo.displayName.midSentenceCase} vaccine`}</a>{" "}
14
including side effects, allergies and ingredients.
15
</p>
16
);
0 commit comments