docs: rename button class to docs-button

This commit is contained in:
bcakmakoglu
2022-06-17 23:20:58 +02:00
committed by Braks
parent 119bcabaf8
commit 04907fcc16
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ onPaneReady((i) => emit('pane', i))
<br />
Plus it's built for composition, making the access of the internal state easy as can be!
</p>
<router-link class="button max-w-max" to="/guide/"> Documentation </router-link>
<router-link class="docs-button max-w-max" to="/guide/"> Documentation </router-link>
</div>
</div>
</template>