diff --git a/src/components/AlsoOn.astro b/src/components/AlsoOn.astro index 0156225..ae0e376 100644 --- a/src/components/AlsoOn.astro +++ b/src/components/AlsoOn.astro @@ -14,7 +14,7 @@ function getSocialLinkType(link) { if (new RegExp("https\://stackoverflow.com/").test(link)) return "stackoverflow"; } --- -{ links?.length && ( +{ links?.length > 0 && (