fix: event time, background logo membership

This commit is contained in:
2026-06-07 22:58:00 +07:00
parent da5d5e10e6
commit caf61481ef
7 changed files with 304 additions and 69 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ const LogoCard = ({ item }: { item: MemberItem }) => {
<div className="flex flex-col items-center group w-full">
{/* Card containing the logo image or fallback placeholder */}
<div
className={`w-full h-28 flex items-center justify-center bg-white/95 rounded-2xl border border-white/5 group-hover:scale-[1.03] transition-all duration-300 shadow-md ${
className={`w-full h-28 flex items-center justify-center bg-white rounded-2xl border border-white/5 group-hover:scale-[1.03] transition-all duration-300 shadow-md ${
hasLogo && isSquareOrTall ? "p-2.5" : "p-4.5"
}`}
>