diff --git a/src/wagtail_personalisation/rules.py b/src/wagtail_personalisation/rules.py index 5f959db..5d5b94e 100644 --- a/src/wagtail_personalisation/rules.py +++ b/src/wagtail_personalisation/rules.py @@ -258,7 +258,7 @@ class QueryRule(AbstractBaseRule): present in the request query. """ - icon = 'fa-link-o' + icon = 'fa-link' parameter = models.SlugField(_("The query parameter to search for"), max_length=20)