Added prox to the credits

This commit is contained in:
2022-01-03 08:45:27 +00:00
parent 3cdef433f9
commit 290f25f898
+2
View File
@@ -8,6 +8,8 @@ const Static = props => {
</header> </header>
<h2>MERN-template</h2> <h2>MERN-template</h2>
<p>The <a href='https://github.com/krgamestudios/MERN-template'>MERN-template</a> developed by Kayne Ruse, KR Game Studios</p> <p>The <a href='https://github.com/krgamestudios/MERN-template'>MERN-template</a> developed by Kayne Ruse, KR Game Studios</p>
<br />
<p>Additional programming by Keith "prox" Campbell Jr</p>
</> </>
); );
}; };