Skip to content

Commit 771dbce

Browse files
authored
Merge pull request #39 from layer5io/leecalcote-patch-4
Fix copyright notice formatting in Footer component
2 parents 4d7fb2c + 2b7b839 commit 771dbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sitecomponents/Footer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const Footer = () => {
197197
</div>
198198
<div className="container flex copyright">
199199
<div className="text">
200-
&copy; {new Date().getFullYear()}- Layer5, Inc. All rights reserved.
200+
&copy; {new Date().getFullYear()} Layer5, Inc. All rights reserved.
201201
</div>
202202
<div className="text">Empowering engineers all around the world</div>
203203
<div className="text">

0 commit comments

Comments
 (0)