Add href to migration notification

This commit is contained in:
Mitchell McCaffrey 2023-04-28 16:20:21 +10:00 committed by GitHub
parent 176ab4166a
commit 8cba6f42c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ export function MigrationNotification() {
const message = ( const message = (
<span> <span>
The new era of Owlbear Rodeo is coming on July 18th. Make sure to The new era of Owlbear Rodeo is coming on July 18th. Make sure to
migrate your data before July 18th. <Link href="#">Read more</Link> migrate your data before July 18th. <Link href="https://blog.owlbear.rodeo/owlbear-rodeo-2-0-release-date-announcement/" target="_blank" rel="noopener noreferrer">Read more</Link>
</span> </span>
); );
addToast(message, { addToast(message, {