Skip to content

Commit

Permalink
gitabhisingh, 1. fixed encoded URL and ID characters from FAQs, 2. re…
Browse files Browse the repository at this point in the history
…moved a warning for className in Footer file. Fixes matrix-org#1508
  • Loading branch information
gitabhisingh committed Mar 29, 2023
1 parent 104a09b commit 86be4d1
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 181 deletions.
2 changes: 1 addition & 1 deletion gatsby/src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const Footer = () => (
<img src="/images/mastodon.svg" alt="" className="mxfooter__icon" />
</a>
</div>
<a href="/legal/copyright-notice" class="mxfooter__link">Copyright Notice</a>
<a href="/legal/copyright-notice" className="mxfooter__link">Copyright Notice</a>
</div>
</div>

Expand Down
Loading

0 comments on commit 86be4d1

Please sign in to comment.