banner: add link to the upgrade guide

This commit is contained in:
Hans Pagel 2021-09-28 23:28:33 +02:00
parent 80e3f69a84
commit 570a1dafd3

View File

@ -1,10 +1,10 @@
<template>
<div class="banner">
<span class="banner__message">
Were working on <a href="https://blog.ueber.io/post/tiptap-2-0-beta/">tiptap 2</a>. Become a sponsor to get access immediately!
tiptap v1 isnt supported anymore. Its time to switch to v2.
</span>
<a href="https://github.com/sponsors/ueberdosis" class="banner__action">
Sponsor 💖
<a href="https://tiptap.dev/overview/upgrade-guide" class="banner__action">
Upgrade Guide
</a>
</div>
</template>