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 168d50c commit b15adb6Copy full SHA for b15adb6
components/Footer/Footer.js
@@ -120,7 +120,9 @@ export default function Footer({ menuItems }) {
120
121
<div className={cx('copyright')}>
122
© {new Date().getFullYear()} Blueprint Media · Powered By{' '}
123
- <a href="https://wpengine.com/headless-wordpress">Headless Platform</a>
+ <a href="https://wpengine.com/headless-wordpress">
124
+ Headless Platform
125
+ </a>
126
</div>
127
128
</footer>
0 commit comments