Skip to content

Commit c125548

Browse files
fix: remove unsed variable, re-trigger ci to build and release (#23)
1 parent afe71e9 commit c125548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/footer/FooterSocials.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const FooterSocials = (
8484
{...rest}
8585
className={`text-black mb-[6px] md:mb-0 dark:text-white flex w-fit max-w-full gap-[24px] ${classname}`}
8686
>
87-
{platforms.map((platform, index) => (
87+
{platforms.map((platform) => (
8888
<Platform key={platform.entity} platform={platform} />
8989
))}
9090
</div>

0 commit comments

Comments
 (0)