diff --git a/src/components/ui/blocks/AccordionItem.astro b/src/components/ui/blocks/AccordionItem.astro index a2250f2..5dba715 100644 --- a/src/components/ui/blocks/AccordionItem.astro +++ b/src/components/ui/blocks/AccordionItem.astro @@ -10,7 +10,8 @@ interface Props { } const ACCORDION_CLASS_DEFAULT = "hs-accordion pb-3 active"; const ACCORDION_CLASS_COLLAPSED = "hs-accordion pt-6 pb-3"; -const ACCORDION_CONTENT_CLASS = "hs-accordion-content w-full overflow-hidden transition-[height] duration-300"; +const ACCORDION_CONTENT_CLASS = + "hs-accordion-content w-full overflow-hidden transition-[height] duration-300"; function getAccordionClass(first: boolean = false) { return first ? ACCORDION_CLASS_DEFAULT : ACCORDION_CLASS_COLLAPSED; } @@ -22,14 +23,11 @@ const SVG_PARAMS = { stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", - strokeLinejoin: "round" + strokeLinejoin: "round", }; --- -
{content}
diff --git a/src/components/ui/blocks/ContactIconBlock.astro b/src/components/ui/blocks/ContactIconBlock.astro
index 8e9e3fc..0114e56 100644
--- a/src/components/ui/blocks/ContactIconBlock.astro
+++ b/src/components/ui/blocks/ContactIconBlock.astro
@@ -23,17 +23,8 @@ interface Props {
const arrowSVG: string = ``
+fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" >
+
{content} -
+{content}