Skip to content

Commit

Permalink
Removed comments (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-Ross authored Jul 5, 2023
1 parent 233abeb commit 29821ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions components/blocks/verticalListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ export const VerticalListItem = ({ data }) => {
</div>
</div>
<div className="pl-20 marker:text-sswRed child:!list-disc">
{/* {data.subListItems?.map((item) => (
<li className="pb-1">{item}</li>
))} */}
<TinaMarkdown content={data.afterBody} />
</div>
</div>
Expand Down
7 changes: 0 additions & 7 deletions components/subNewsletter/subNewsletterRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ export const subNewsletterRowSchema: Template = {
name: "SubNewsletterRow",
label: "Subscribe To Newsletters Row",
fields: [
// TODO - Add background select between white background and image background
// {
// type: "string",
// label: "Background",
// name: "background",
// required: false,
// },
{
type: "string",
label: "Override Header Text",
Expand Down
1 change: 0 additions & 1 deletion components/testimonials/TestimonialRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const TestimonialCard = ({ testimonial }) => {
>
<div className="flex flex-col items-center">
<Image
key={testimonial?.avatar ?? ""}
alt={`Picture of ${testimonial?.name} as an avatar`}
src={testimonial?.avatar ?? ""}
height={120}
Expand Down

0 comments on commit 29821ac

Please sign in to comment.