diff --git a/src/InfoPage.js b/src/InfoPage.js index d0991ac..e4734a1 100755 --- a/src/InfoPage.js +++ b/src/InfoPage.js @@ -107,7 +107,7 @@ class InfoPage extends Component { {Array.from(authorSet).sort().map(author => ( {authorNameMap[author] || author} - {(hbasPageMap[author] || []).map(pageInfo => {pageInfo.name}{" "})} + {(hbasPageMap[author] || []).map(pageInfo => {pageInfo.platform}{pageInfo.name}{" "})} ))} ; @@ -295,7 +295,7 @@ function genHBASCreditsHTML() { credit("Wintermute", "101194", null, "wintermute", null, null, "devkitPro.org"); credit("Fincs", "581494", "fincsdev", "fincs"); credit("yellows8", "585494", "yellows8"); - credit("ReSwitched", "26338222", null, "reswitched", null, null, "reswitched.team"); + credit("ReSwitched", "26338222", null, "reswitched", null, null, "reswitched.github.io"); credit("exjam", "1302758", null, "exjam"); credit("brett19", "1621627", null, "brett19");