diff --git a/README.md b/README.md index d3fa6f5..06689c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # python3-capsolver -![Logo](https://red-panda-dev.xyz/media/images/Capsolver.max-800x600.png) +![Logo](https://red-panda-dev.xyz/media/images/Capsolver_ugBYrN0.original.png) Capsolver's Banner diff --git a/docs/_static/favicon.png b/docs/_static/favicon.png new file mode 100644 index 0000000..2694d2d Binary files /dev/null and b/docs/_static/favicon.png differ diff --git a/docs/conf.py b/docs/conf.py index 626d533..dc4483a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ html_theme = "jinja" html_theme_options = {"index_sidebar_logo": False} html_static_path = ["_static"] -html_favicon = "_static/Capsolver.png" +html_favicon = "_static/favicon.png" html_logo = "_static/Capsolver.png" html_title = f"python3-capsolver ({__version__})" html_show_sourcelink = False