Skip to content

Commit

Permalink
add isExternal to donation link
Browse files Browse the repository at this point in the history
  • Loading branch information
alextusinean committed Aug 20, 2023
1 parent ba1d992 commit a06da73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function App({ Component, pageProps }) {
>
<AlertIcon />
<AlertTitle>This tool is free to use!</AlertTitle>
<AlertDescription>Consider showing some love to the developer: <Link href='https://paypal.me/tusinean' color='blue'>PayPal</Link></AlertDescription>
<AlertDescription>Consider showing some love to the developer: <Link href='https://paypal.me/tusinean' color='blue' isExternal>PayPal</Link></AlertDescription>
</Alert>
</Box>
<Component {...pageProps} />
Expand Down

0 comments on commit a06da73

Please sign in to comment.