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 10698fc commit 9c5e833Copy full SHA for 9c5e833
components/Footer.js
@@ -31,9 +31,9 @@ export default function Footer() {
31
/>
32
</a>
33
</Link>
34
- <small>
35
- Web Dev Path {new Date().getFullYear()}. All rights reserved.
36
- </small>
+ </Container>
+ <Container>
+ <p>© Web Dev Path {new Date().getFullYear()}. All rights reserved.</p>
37
</Container>
38
</footer>
39
);
0 commit comments