fix(i18n): load translations from fs

This commit is contained in:
Amruth Pillai
2023-11-14 09:14:21 +01:00
parent d1f54010c7
commit 6303071410
10 changed files with 47 additions and 26 deletions

View File

@ -48,8 +48,8 @@ export const ContributorsSection = () => {
key={index}
viewport={{ once: true }}
initial={{ opacity: 0, scale: 0 }}
className={cn(index >= 30 && "hidden lg:block")}
whileInView={{ opacity: 1, scale: 1, transition: { delay: index * 0.025 } }}
className={cn(index > 30 && "hidden lg:block")}
>
<a href={contributor.url} target="_blank" rel="noreferrer">
<Tooltip content={contributor.name}>