(WIP)made env to frontend for live deployment... working on making a quiz on frontend.

This commit is contained in:
Jordan Yamada
2024-05-19 15:32:09 +00:00
parent e72caab854
commit 520a923b2b
15 changed files with 156 additions and 79 deletions

View File

@@ -11,6 +11,7 @@ function NavBar() {
<li><Link to='about/'><p className='text-2xl text-white hover:text-red-900'>About</p></Link></li>
<li><Link to='effects/'><p className='text-2xl text-white hover:text-red-900'>Effects</p></Link></li>
<li><Link to='defenses/'><p className='text-2xl text-white hover:text-red-900'>Defenses</p></Link></li>
{/* <li><Link to='quiz/'><p className='text-2xl text-white hover:text-red-900'>Quiz</p></Link></li> */}
</ul>
</div>
</>