adjustments

This commit is contained in:
miggymofongo2 2024-06-16 23:35:43 -04:00
parent 8aeb877bba
commit b0c965124f
3 changed files with 6 additions and 4 deletions

View file

@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
@ -26,7 +25,10 @@
-->
<link rel="shortcut icon" type="image/ico"
href="{{ './favicon.ico' | absolute_url }}"
> <title>Miguel's Asteroid</title>
>
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<title>Miguel's Asteroid</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View file

@ -58,7 +58,7 @@ export default class App extends Component {
return (
<div>
<Header /><div className='App'>
<Header /><div className='wrapper'>
<h1 className="text-center">Random Kingdom Hearts Quote Generator</h1>
<p> Click the WEPA! button to cycle through an array of different
character quotes from the Kingdom Hearts video game series!

View file

@ -13,7 +13,7 @@ export default function Header() {
<Nav className="me-auto">
<Nav.Link href="https://library.miguelalmodo.com/">Bookshelf</Nav.Link>
<Nav.Link href="https://miguelalmodo.com/blog">Blog</Nav.Link>
<Nav.Link href="https://nostree.me/npub1ajt9gp0prf4xrp4j07j9rghlcyukahncs0fw5ywr977jccued9nqrcc0cs">Social Media</Nav.Link>
</Nav>
</Container>
</Navbar>