Skip to content

Commit 9c5e833

Browse files
committed
Add copyright symbol and change small tag to p
1 parent 10698fc commit 9c5e833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/Footer.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ export default function Footer() {
3131
/>
3232
</a>
3333
</Link>
34-
<small>
35-
Web Dev Path {new Date().getFullYear()}. All rights reserved.
36-
</small>
34+
</Container>
35+
<Container>
36+
<p>© Web Dev Path {new Date().getFullYear()}. All rights reserved.</p>
3737
</Container>
3838
</footer>
3939
);

0 commit comments

Comments
 (0)