added a defenses page that details our defensive options

This commit is contained in:
Jordan Yamada
2024-05-18 21:36:08 +00:00
parent 2241d3f65f
commit 71d97c8848
4 changed files with 113 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ function NavBar() {
<li><Link to='scenario/'><p className='text-2xl text-white hover:text-red-900'>Scenario</p></Link></li>
<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>
</ul>
</div>
</>