fix link to the v1 documentation

This commit is contained in:
Hans Pagel
2021-04-21 15:34:39 +02:00
parent dfbaf2e72c
commit a640bb1502

View File

@@ -1,11 +1,11 @@
<template> <template>
<div class="app"> <div class="app">
<banner-message <banner-message
to="https://www.tiptap.dev/" to="https://v1.tiptap.dev"
v-if="$route.name === 'home'" v-if="$route.name === 'home'"
color="black" color="black"
> >
Youre browsing the documentation for v2.x. Click here for v1.x documentation Youre browsing the documentation for v2.x. Click here for the v1.x documentation
</banner-message> </banner-message>
<div class="app__navigation"> <div class="app__navigation">