diff --git a/src/components/MemberCard.astro b/src/components/MemberCard.astro
index 144eed5..83a846d 100644
--- a/src/components/MemberCard.astro
+++ b/src/components/MemberCard.astro
@@ -1,9 +1,9 @@
---
// Import the global.css file here so that it is included on
// all pages through the use of the
- )
- : (
-
- )
- )
- : (
-
- )
- }
+ avatar
+ ? (
+ typeof avatar !== "string"
+ ? (
+
+ )
+ : (
+
+ )
+ )
+ : (
+
+ )
+ }