diff --git a/components/LinkPanel.tsx b/components/LinkPanel.tsx
index 605d9b4..e97e808 100644
--- a/components/LinkPanel.tsx
+++ b/components/LinkPanel.tsx
@@ -24,11 +24,11 @@ export const LinkPanel = ({href, icon, text, me, fade}: LinkPanelProps) => {
if(href) {
return (
-
-
+
+
{panel}
-
-
+
+
)
}
else {