Skip to content

Commit

Permalink
YPP disabled: Fix GH issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lezek123 committed Nov 5, 2024
1 parent da5a127 commit 4da7974
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -27,7 +27,12 @@ export const YppSuspendedBanner: FC = () => (
<ListItemMarker />
<ListItemContent>
Some creators were inadvertently removed from YPP due to a bug in the YouTube Sync service (
<TextButton as="span" to="https://github.com/Joystream/youtube-synch/issues/337">
<TextButton
openLinkInNewTab={true}
to="https://github.com/Joystream/youtube-synch/issues/337"
icon={<SvgActionNewTab />}
iconPlacement="right"
>
GitHub issue
</TextButton>
)
Expand Down

0 comments on commit 4da7974

Please sign in to comment.