The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

i am so fucking bad at JSX lol

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 3812aefc 0e1d4264

+2 -2
+2 -2
lume/src/index.jsx
··· 59 59 <ul class="list-disc ml-4 mb-4"> 60 60 {contactLinks.map((link) => ( 61 61 <li> 62 - <a rel="me" target="_blank" href="{link.url}">{link.title}</a> 62 + <a rel="me" target="_blank" href={link.url}>{link.title}</a> 63 63 </li> 64 64 ))} 65 65 </ul> ··· 73 73 </div> 74 74 </> 75 75 ); 76 - } 76 + }