Modified Title & Tab, updated url for Github, updated url paths for project and started template for views within api application

This commit is contained in:
Michael Roy
2024-05-18 22:04:38 -04:00
parent a333aa8fa4
commit 54e0d6a24c
16 changed files with 24 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
function About() {
return (
<>
<div className='text-white text-center flex flex-col w-1/2'>
@@ -19,11 +19,10 @@ function About() {
</ul>
</div>
<p className='italic m-4'>The Sky Is Falling!</p>
<p className='m-4'>To see learn more about Deep Impact, checkout our <a href='https://github.com/Team-Deep-Impact/Deep-Impact/blob/threats-page/frontend/src/pages/about.jsx' className='underline hover:text-red-900'>GitHub</a>.</p>
<p className='m-4'>To see learn more about Deep Impact, checkout our <a href='https://github.com/Team-Deep-Impact/Deep-Impact' className='underline hover:text-red-900'>GitHub</a>.</p>
</div>
</>
)
}
export default About