This commit is contained in:
parent
e9adb6f953
commit
c1b38e217e
@ -36,7 +36,7 @@ chronic internet meower
|
|||||||
>{
|
>{
|
||||||
services.map(([name, sub, href], i) => (
|
services.map(([name, sub, href], i) => (
|
||||||
<>
|
<>
|
||||||
<>{i ? " · " : ""}</>
|
{i ? " · " : ""}
|
||||||
<a href={href} title={name}>
|
<a href={href} title={name}>
|
||||||
{sub}
|
{sub}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user