diff --git a/src/components/config-pages/local-footer.tsx b/src/components/config-pages/local-footer.tsx
index 0fc8bed5..1f550043 100644
--- a/src/components/config-pages/local-footer.tsx
+++ b/src/components/config-pages/local-footer.tsx
@@ -63,7 +63,7 @@ const LocalFooter = ({
return (
-
+
@@ -90,7 +90,7 @@ const LocalFooter = ({
}
-
+
{suLocalFootSocial &&
@@ -118,7 +118,7 @@ const LocalFooter = ({
if (!link.url) return;
return (
-
-
+
{link.title}
@@ -140,7 +140,7 @@ const LocalFooter = ({
if (!link.url) return;
return (
-
-
+
{link.title}
diff --git a/src/components/elements/action-link.tsx b/src/components/elements/action-link.tsx
index 7d8ec90b..021e2440 100644
--- a/src/components/elements/action-link.tsx
+++ b/src/components/elements/action-link.tsx
@@ -1,21 +1,21 @@
import Link from "@components/elements/link";
-import {ChevronRightIcon} from "@heroicons/react/20/solid";
-import {HtmlHTMLAttributes} from "react";
-import {twMerge} from "tailwind-merge";
+import { ArrowRightIcon } from "@heroicons/react/20/solid";
+import { HtmlHTMLAttributes } from "react";
+import { twMerge } from "tailwind-merge";
type Props = HtmlHTMLAttributes & {
/**
* Link url.
*/
- href: string
-}
+ href: string;
+};
-const ActionLink = ({children, ...props}: Props) => {
+const ActionLink = ({ children, ...props }: Props) => {
return (
{children}
-
+
- )
-}
-export default ActionLink;
\ No newline at end of file
+ );
+};
+export default ActionLink;
diff --git a/src/components/elements/button.tsx b/src/components/elements/button.tsx
index 6b907455..8bfaee66 100644
--- a/src/components/elements/button.tsx
+++ b/src/components/elements/button.tsx
@@ -1,47 +1,48 @@
import Link from "@components/elements/link";
-import {twMerge} from "tailwind-merge"
-import {HtmlHTMLAttributes, MouseEventHandler} from "react";
-import {Maybe} from "@lib/gql/__generated__/drupal.d";
-import {clsx} from "clsx";
+import { twMerge } from "tailwind-merge";
+import { HtmlHTMLAttributes, MouseEventHandler } from "react";
+import { Maybe } from "@lib/gql/__generated__/drupal.d";
+import { clsx } from "clsx";
+import { ArrowRightIcon } from "@heroicons/react/20/solid";
type Props = HtmlHTMLAttributes & {
/**
* Link URL.
*/
- href?: Maybe
+ href?: Maybe;
/**
* If the element should be a