From ed304ba19653c4cd78329ee4810d14eb8aa7248c Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 15 Jan 2025 10:30:25 +0000 Subject: [PATCH] DEV: Add URL to fa6 deprecation (#30791) This will be displayed in the warning banner --- app/assets/javascripts/discourse/app/lib/icon-library.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/discourse/app/lib/icon-library.js b/app/assets/javascripts/discourse/app/lib/icon-library.js index 410b1be5042..b1553031155 100644 --- a/app/assets/javascripts/discourse/app/lib/icon-library.js +++ b/app/assets/javascripts/discourse/app/lib/icon-library.js @@ -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", } ); }