Skip to content

Commit

Permalink
replaced therapy w pets
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcheema committed Aug 10, 2023
1 parent af1bb22 commit effeb6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/AddDog/ShowTags.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const ShowTags = ({ serviceTag, therapyTag, staffAdoptionTag, specialTag, disabl
<>
{therapyTag && (
<div className="tag" style={{ backgroundColor: '#4299E1' }}>
<h6>Therapy</h6>
<h6>Pets</h6>
</div>
)}
{staffAdoptionTag && (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Dogs/AdoptionLogCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const AdoptionLogCard = props => {
)}
{therapy && (
<Tag background="#4299E1" color="#FFFFFF">
Therapy
Pets
</Tag>
)}
{staffAdoption && (
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Dogs/AdoptionLogNavbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const AdoptionLogNavbar = ({
<option value="">Filter by...</option>
<option value="all">All</option>
<option value="service">Service</option>
<option value="therapy">Therapy</option>
<option value="therapy">Pets</option>
<option value="specialNeeds">Other</option>
<option value="staffAdoption">Staff Adoption</option>
<option value="deceased">Deceased</option>
Expand Down Expand Up @@ -249,7 +249,7 @@ const AdoptionLogNavbar = ({
<option value="">Filter by...</option>
<option value="all">All</option>
<option value="service">Service</option>
<option value="therapy">Therapy</option>
<option value="therapy">Pets</option>
<option value="specialNeeds">Other</option>
<option value="staffAdoption">Staff Adoption</option>
<option value="deceased">Deceased</option>
Expand Down

0 comments on commit effeb6c

Please sign in to comment.