diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ccd3c2216cff2bea23034b13d82d0a94ea74fd6d..8fd41940e96dbb6474e30056d9c70ba94861ee1e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,7 @@ Fixed ~~~~~ * The menu button used to be displayed twice on smaller screens. +* The icons were loaded from external servers instead from local server. Changed ~~~~~~~ diff --git a/pyproject.toml b/pyproject.toml index 5d3af51b6451515a6e226e3f3025ff79f692fbc0..01bf30832e0e8fea53a550b38864dabec66bf022 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ python-gnupg = "^0.4.7" sentry-sdk = {version = "^1.4.3", optional = true} django-cte = "^1.1.5" pycountry = "^22.0.0" -django-iconify = "^0.1.0" +django-iconify = "^0.2.0" customidenticon = "^0.1.5" [tool.poetry.extras]