diff --git a/src/InfoPage.js b/src/InfoPage.js index 11e6128..43de791 100755 --- a/src/InfoPage.js +++ b/src/InfoPage.js @@ -541,7 +541,6 @@ function genHBASCreditsHTML(credits) { } const createCredit = ({name, githubId, twitter, github, gitlab, patreon, url, discord, directAvatarURL, youtube, bsky, mastodon}) => { - out += `
${name}`; let socials = []; if (patreon) socials.push(`${patreon}`); if (github) socials.push(`${github}`); @@ -553,6 +552,7 @@ function genHBASCreditsHTML(credits) { if (youtube) socials.push(`${youtube}`); if (discord) socials.push(`${discord}`); socials = socials.slice(0, 2); // only use the first two + out += `
${name}`; out += socials.join(""); out += `
`; } diff --git a/src/MainDisplay.css b/src/MainDisplay.css index e0c67d7..c2a6165 100755 --- a/src/MainDisplay.css +++ b/src/MainDisplay.css @@ -771,6 +771,7 @@ details summary { overflow: scroll; height: 250px; font-size: 12px; + color: black; } /*Mobile Display and Landscape display*/