FIX: FontAwesome 6 compatibility icon upgrade (#264)

Mitigates `Deprecation notice: The icon name "donate" has been updated to "circle-dollar-to-slot". Please use the new name in your code. Old names will be removed in Q2 2025. [deprecation id: discourse.fontawesome-6-upgrade] [info: https://meta.discourse.org/t/325349]` message.
This commit is contained in:
Tomas Vavrda 2025-02-15 20:51:08 +01:00 committed by GitHub
parent cc43d32af7
commit 832c52d5d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ module DiscourseSubscriptions
params = {
full_name: I18n.t("js.discourse_subscriptions.campaign.supporters"),
title: I18n.t("js.discourse_subscriptions.campaign.supporter"),
flair_icon: "donate",
flair_icon: "circle-dollar-to-slot",
}
group.update(params)