We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9cc81 commit 91a7b99Copy full SHA for 91a7b99
src/wagtail_heroicons/wagtail_hooks.py
@@ -11,5 +11,5 @@
11
@hooks.register("register_icons")
12
def register_icons(icons):
13
for icon in Heroicon.get_icons():
14
- icons.append(icon.path)
+ icons.append(str(icon.path))
15
return icons
0 commit comments