diff options
Diffstat (limited to 'src/tools/bcrypt/bcrypt.vue')
-rw-r--r-- | src/tools/bcrypt/bcrypt.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/bcrypt/bcrypt.vue b/src/tools/bcrypt/bcrypt.vue index 4104c74..fbbe885 100644 --- a/src/tools/bcrypt/bcrypt.vue +++ b/src/tools/bcrypt/bcrypt.vue @@ -18,7 +18,7 @@ </n-form> <br /> <n-space justify="center"> - <n-button secondary @click="copy"> Copy hash </n-button> + <c-button @click="copy"> Copy hash </c-button> </n-space> </n-card> |