Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e9b4e commit 1a8c785Copy full SHA for 1a8c785
app/components/Footer.js
@@ -40,7 +40,7 @@ const inspiration = [
40
export const Footer = () => {
41
return (
42
<footer>
43
- <DaisyFooter className='bg-black'>
+ <DaisyFooter className='bg-black p-6'>
44
<div>
45
<Title title='Dev Resources' />
46
<Links links={devResources} />
app/components/Header.js
@@ -11,7 +11,7 @@ export const Header = () => {
11
12
13
<header>
14
- <Navbar className='bg-black'>
+ <Navbar className='bg-black p-6'>
15
<Navbar.Start>
16
<div className='w-36'>
17
<SavageLogo />
0 commit comments