text changed to variables
This commit was merged in pull request #20.
This commit is contained in:
+16
-15
@@ -12,6 +12,7 @@ import {
|
||||
} from 'react-accessible-accordion';
|
||||
|
||||
const Faq = () => {
|
||||
let faq = "Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people"
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
@@ -42,7 +43,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
@@ -57,7 +58,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
@@ -72,7 +73,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
@@ -87,7 +88,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
@@ -102,7 +103,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
@@ -123,7 +124,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
@@ -138,7 +139,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
@@ -153,7 +154,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
@@ -168,7 +169,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
@@ -183,7 +184,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
@@ -204,7 +205,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
@@ -219,7 +220,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
@@ -234,7 +235,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
@@ -249,7 +250,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
@@ -264,7 +265,7 @@ const Faq = () => {
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
{faq}
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
|
||||
Reference in New Issue
Block a user