Skip to content

Commit

Permalink
whoops...
Browse files Browse the repository at this point in the history
  • Loading branch information
Disguised-Coffee authored Aug 15, 2024
1 parent 197c3f3 commit 347b2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/overlay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function OverlayContent(props) {
<ul className="list-disc">
{infoJson.contacts.map((obj, key)=>{
return(
<p>
<p key={key}>
<span className="font-semibold">{obj.site}</span>: <a href={obj.link} className="underline underline-offset-2 text-link text-lg italic">{obj.link}</a>
</p>
)
Expand Down

0 comments on commit 347b2b3

Please sign in to comment.