diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-27 09:37:15 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-27 09:37:15 -0500 |
commit | 91b538c776071a7ae60adfa25bfcaccc0403896e (patch) | |
tree | 65278ac7ba6ab78ef55602bfdb895c7cab9ac488 /iridescence/src/components/admin | |
parent | 335a9e3dfe2bb1dde3900018b01fdad6baad1595 (diff) | |
download | theglassyladies-91b538c776071a7ae60adfa25bfcaccc0403896e.tar.xz theglassyladies-91b538c776071a7ae60adfa25bfcaccc0403896e.zip |
Added care, privacy, faq, fixed custom order temporarily, fixed site
title
Diffstat (limited to 'iridescence/src/components/admin')
-rw-r--r-- | iridescence/src/components/admin/NewProduct.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iridescence/src/components/admin/NewProduct.vue b/iridescence/src/components/admin/NewProduct.vue index 3d2e1f2..a1d3304 100644 --- a/iridescence/src/components/admin/NewProduct.vue +++ b/iridescence/src/components/admin/NewProduct.vue @@ -1,6 +1,6 @@ <template> <div id="addNewProduct"> - <button class="button is-primary is-medium" @click="toggleModal"> + <button class="button is-primary is-medium is-rounded" @click="toggleModal"> + Add New </button> <transition |