diff --git a/frontend/src/components/ContributorAvatar.tsx b/frontend/src/components/ContributorAvatar.tsx
index 51315ee72c..83f2425304 100644
--- a/frontend/src/components/ContributorAvatar.tsx
+++ b/frontend/src/components/ContributorAvatar.tsx
@@ -45,11 +45,11 @@ const ContributorAvatar = memo(({ contributor, uniqueKey }: ContributorProps) =>
openDelay={100}
closeDelay={100}
showArrow
- positioning={{ placement: 'top' }}
+ positioning={{ placement: 'bottom' }}
>
@@ -59,5 +59,4 @@ const ContributorAvatar = memo(({ contributor, uniqueKey }: ContributorProps) =>
})
ContributorAvatar.displayName = 'ContributorAvatar'
-
export default ContributorAvatar