Added privacy policy

This commit is contained in:
2019-06-14 15:11:15 +10:00
parent 862867e1a6
commit 53be16399a
6 changed files with 80 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ class Footer extends React.Component {
render() {
return (
<footer>
<p>Copyright <a href='https://krgamestudios.com'>KR Game Studios</a> 2019</p>
<p>Copyright <a href='https://krgamestudios.com'>KR Game Studios</a> 2019 - <a href='/privacypolicy'>Privacy Policy</a></p>
</footer>
);
}