Skip to content

Commit b15adb6

Browse files
authored
Update Footer.js
1 parent 168d50c commit b15adb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/Footer/Footer.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ export default function Footer({ menuItems }) {
120120

121121
<div className={cx('copyright')}>
122122
&copy; {new Date().getFullYear()} Blueprint Media &#183; Powered By{' '}
123-
<a href="https://wpengine.com/headless-wordpress">Headless Platform</a>
123+
<a href="https://wpengine.com/headless-wordpress">
124+
Headless Platform
125+
</a>
124126
</div>
125127
</div>
126128
</footer>

0 commit comments

Comments
 (0)