]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: broken play button on Vue School links (#2360)
authorDaniel Kelly <me@danielkelly.io>
Fri, 18 Aug 2023 20:58:41 +0000 (15:58 -0500)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2023 20:58:41 +0000 (22:58 +0200)
packages/docs/.vitepress/theme/components/VueSchoolLink.vue

index 4259248144a117fb5635dd44f75d184defd00296..0767d77a3da7ac20af0d226a60a12c56a15b3521 100644 (file)
@@ -5,6 +5,7 @@
       target="_blank"
       rel="sponsored noopener"
       :title="title"
+      class="no-icon"
     >
       <slot>{{ translations[site.lang] }}</slot>
     </a>