Front page: add license info and link to source code

This commit is contained in:
Anthony Wang 2022-01-14 11:17:50 -06:00
parent 1b0984f6d2
commit 4664d47aa9
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -100,6 +100,7 @@ export default function Game() {
}}
username={username}
/>
This game is licensed under the AGPL. <a href="https://git.exozy.me/Ta180m/McCarthyism">Source code here!</a>
</>
);
}