bbovenzi commented on code in PR #48680:
URL: https://github.com/apache/airflow/pull/48680#discussion_r2024996359


##########
providers/discord/src/airflow/providers/discord/notifications/discord.py:
##########
@@ -22,7 +22,7 @@
 from airflow.providers.common.compat.notifier import BaseNotifier
 from airflow.providers.discord.hooks.discord_webhook import DiscordWebhookHook
 
-ICON_URL: str = 
"https://raw.githubusercontent.com/apache/airflow/main/airflow/www/static/pin_100.png";
+ICON_URL: str = 
"https://raw.githubusercontent.com/apache/airflow/2.5.0/airflow/www/static/pin_100.png";

Review Comment:
   Probably a mistake when removing FAB.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to