Skip to content

Commit

Permalink
chore(ux): enhance settings alert guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Oct 9, 2022
1 parent 2efda49 commit 5c36437
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/ui/components/pages/Settings/Alerts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,21 @@ export default function Alerts(props: AlertsProps) {
closable
syncOpen
>
In order to use this app you need a Youtube API key!
In order to use this app you need a
{
<>
{' '}
<Link
href="https://github.com/AXeL-dev/youtube-viewer/wiki/How-to-Create-a-YouTube-API-Key"
target="_blank"
color="secondary"
rel="noopener"
>
Youtube API key
</Link>
.
</>
}
{defaultApiKey ? (
<>
{' '}
Expand Down

0 comments on commit 5c36437

Please sign in to comment.