fix: remove obsolete about button

This commit is contained in:
lstoeferle 2022-03-11 16:27:06 +01:00
parent c44cff666c
commit 67919200eb

View File

@ -17,15 +17,9 @@
This example project shows how to speed up your Vue 2 application with This example project shows how to speed up your Vue 2 application with
the next generation frontend tooling Vite. the next generation frontend tooling Vite.
</p> </p>
<div class="flex justify-center">
<a href="https://vuejs.org/v2/guide/" target="_blank"> <a href="https://vuejs.org/v2/guide/" target="_blank">
<ButtonPrimary> Vue docs </ButtonPrimary> <ButtonPrimary> Vue docs </ButtonPrimary>
</a> </a>
<RouterLink :to="{ name: 'About' }">
<ButtonSecondary> About </ButtonSecondary>
</RouterLink>
</div>
</div> </div>
</section> </section>
</template> </template>