Skip to content

Commit

Permalink
fix(ui): remove bullets from footer nav, which were introduced by an …
Browse files Browse the repository at this point in the history
…infima update in docusaurus beta-19
  • Loading branch information
pepopowitz committed Jul 25, 2022
1 parent 7d7edc3 commit 2921be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function Footer() {
{linkItem.items != null &&
Array.isArray(linkItem.items) &&
linkItem.items.length > 0 ? (
<ul className="footer__items">
<ul className="footer__items clean-list">
{linkItem.items.map((item, key) =>
item.html ? (
<li
Expand Down

0 comments on commit 2921be7

Please sign in to comment.