Fix syntax error
All checks were successful
Deploy website / deploy (push) Successful in 14s

This commit is contained in:
luaneko 2024-12-04 20:37:02 +11:00
parent e9adb6f953
commit c1b38e217e
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

@ -36,7 +36,7 @@ chronic internet meower
>{
services.map(([name, sub, href], i) => (
<>
<>{i ? " · " : ""}</>
{i ? " · " : ""}
<a href={href} title={name}>
{sub}
</a>