Skip to content

Commit

Permalink
Fix close tag on pencil icon (#807)
Browse files Browse the repository at this point in the history
* Fix close tag on pencil icon

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
kberzinch and pre-commit-ci[bot] committed Jun 16, 2024
1 parent 0439e84 commit 550756e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/customisation/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,5 @@ If you wish to use Font Awesome icons in the footer, it's a two step process.
You can specify `only-light` or `only-dark` as the value for `class` in the dictionary. This mechanism exists primarily to help you use different `img` tags to present the same icon in a different colour.

[^1]: Yes, I'm aware that it can be argued that embedding raw HTML in a `conf.py` file is... ugly. :)

[^2]: You need to use your browser's developer tools to get the SVG directly from the page: inspect element + copy svg element (ctrl+c) + paste.
2 changes: 1 addition & 1 deletion src/furo/theme/furo/partials/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />
<path d="M13.5 6.5l4 4" />
<path d="M20 21l2 -2l-2 -2" />
<path d="M17 17l-2 2l2 2" /
<path d="M17 17l-2 2l2 2" />
</svg>
</symbol>
<symbol id="svg-eye" viewBox="0 0 24 24">
Expand Down

0 comments on commit 550756e

Please sign in to comment.