Add href to migration notification
This commit is contained in:
parent
176ab4166a
commit
8cba6f42c1
@ -9,7 +9,7 @@ export function MigrationNotification() {
|
||||
const message = (
|
||||
<span>
|
||||
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>
|
||||
);
|
||||
addToast(message, {
|
||||
|
Loading…
Reference in New Issue
Block a user