diff --git a/src/components/General/LinkWithArrow.tsx b/src/components/General/LinkWithArrow.tsx index b67298ab..89f658d2 100644 --- a/src/components/General/LinkWithArrow.tsx +++ b/src/components/General/LinkWithArrow.tsx @@ -8,11 +8,12 @@ type LinkWithArrowProps = { to: string arrowLeft?: boolean arrowRight?: boolean + style?: React.CSSProperties } -const LinkWithArrow = ({ text, to, arrowLeft, arrowRight }: LinkWithArrowProps) => { +const LinkWithArrow = ({ text, to, arrowLeft, arrowRight, style }: LinkWithArrowProps) => { return ( - + {arrowLeft && }