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

View file

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

View file

@ -13,7 +13,7 @@ export default function Header() {
<Nav className="me-auto"> <Nav className="me-auto">
<Nav.Link href="https://library.miguelalmodo.com/">Bookshelf</Nav.Link> <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> </Nav>
</Container> </Container>
</Navbar> </Navbar>