Skip to content

Commit

Permalink
fix(adoption): update heading levels
Browse files Browse the repository at this point in the history
  • Loading branch information
imklau committed Aug 20, 2023
1 parent ae061ad commit fe7cc74
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ import * as Styled from "./ActionDuringVisit.styled"

const cardsData = [
{
title: <Title text="Doradzamy" textSize="h3" />,
title: <Title text="Doradzamy" as="h3" />,
illustrationName: "bowl",
description:
"Udzielamy porad odnośnie żywienia pupila, a także doradzamy w kwestii weterynarza czy behawiorysty.",
},
{
title: <Title text="Sprawdzamy" textSize="h3" />,
title: <Title text="Sprawdzamy" as="h3" />,
illustrationName: "protect",
description:
"Zwracamy uwagę na elementy typu ogrodzenie czy schody, aby zwierzę było bezpieczne.",
},
{
title: <Title text="Rozmawiamy" textSize="h3" />,
title: <Title text="Rozmawiamy" as="h3" />,
illustrationName: "womanAndDog",
description:
"Upewniamy się czy wiesz jak zaopiekować się nowym członkiem Waszej rodziny.",
Expand Down

1 comment on commit fe7cc74

@vercel
Copy link

@vercel vercel bot commented on fe7cc74 Aug 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.