diff --git a/src/components/common/Anchor.tsx b/src/components/common/Anchor.tsx
index f7624e6..4ff2baf 100644
--- a/src/components/common/Anchor.tsx
+++ b/src/components/common/Anchor.tsx
@@ -38,6 +38,6 @@ export function Anchor({displayStyle, href, ...props}: AnchorProps): JSX.Element
props.bluelibClassNames = mergeClassNames(props.bluelibClassNames, "anchor", DISPLAY_STYLE_CLASSES[displayStyle])
return (
-
+
)
}