DEV: Add URL to fa6 deprecation (#30791)

This will be displayed in the warning banner
This commit is contained in:
David Taylor 2025-01-15 10:30:25 +00:00 committed by GitHub
parent cfac49fb10
commit ed304ba196
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,6 +146,7 @@ function handleDeprecatedIcon(id) {
`The icon name "${id}" has been updated to "${newId}". Please use the new name in your code. Old names will be removed in Q2 2025.`,
{
id: "discourse.fontawesome-6-upgrade",
url: "https://meta.discourse.org/t/325349",
}
);
}