Switched 'Default' to 'Example'

This commit is contained in:
2023-10-26 13:21:42 +02:00
parent 80ee870976
commit 4316de1ef1

View File

@@ -45,5 +45,5 @@ function setDefault() {
</script>
<template>
<button class="tool-button" @click="setDefault()">Default {{ stylizedName }}</button>
<button class="tool-button" @click="setDefault()">Example {{ stylizedName }}</button>
</template>