Skip to content

Commit

Permalink
Add proposal link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lezek123 committed Nov 5, 2024
1 parent 4da7974 commit 478ba1b
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@ export const YppSuspendedBanner: FC = () => (
<>
<Text variant="t200" color="colorText" as="p" margin={{ bottom: 6 }}>
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 (
<TextButton
openLinkInNewTab={true}
to="https://pioneerapp.xyz/#/proposals/preview/1033"
icon={<SvgActionNewTab />}
iconPlacement="right"
>
Related proposal
</TextButton>
).
</Text>
<Text variant="t200" color="colorText" as="p" margin={{ bottom: 2 }}>
The issues we identified:
Expand All @@ -35,7 +44,7 @@ export const YppSuspendedBanner: FC = () => (
>
GitHub issue
</TextButton>
)
).
</ListItemContent>
</ListItem>
<ListItem>
Expand Down

0 comments on commit 478ba1b

Please sign in to comment.