diff --git a/packages/atlas/src/components/_ypp/YppSuspendedBanner/YppSuspendedBanner.tsx b/packages/atlas/src/components/_ypp/YppSuspendedBanner/YppSuspendedBanner.tsx
index 07898fe58f..8bd4557809 100644
--- a/packages/atlas/src/components/_ypp/YppSuspendedBanner/YppSuspendedBanner.tsx
+++ b/packages/atlas/src/components/_ypp/YppSuspendedBanner/YppSuspendedBanner.tsx
@@ -1,6 +1,6 @@
import { FC } from 'react'
-import { SvgAlertsWarning24 } from '@/assets/icons'
+import { SvgActionNewTab, SvgAlertsWarning24 } from '@/assets/icons'
import { Banner } from '@/components/Banner'
import { Text } from '@/components/Text'
import { TextButton } from '@/components/_buttons/Button'
@@ -18,7 +18,16 @@ export const YppSuspendedBanner: FC = () => (
<>
Due to recent technical issues with the YouTube Sync service, the YouTube Partner Program (YPP) has been
- temporarily suspended until further notice.
+ temporarily suspended until further notice (
+ }
+ iconPlacement="right"
+ >
+ Related proposal
+
+ ).
The issues we identified:
@@ -27,10 +36,15 @@ export const YppSuspendedBanner: FC = () => (
Some creators were inadvertently removed from YPP due to a bug in the YouTube Sync service (
-
+ }
+ iconPlacement="right"
+ >
GitHub issue
- )
+ ).