diff options
| author | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
| commit | f08230b5490b327ed8d98dcebcbc5eca5c5d2859 (patch) | |
| tree | 7d7494b1c41a81e736267fceebbfe99410c6b15d /src/site/pages/dashboard/albums/index.vue | |
| parent | Merge branch 'master' of github.com:WeebDev/lolisafe (diff) | |
| download | host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.tar.xz host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.zip | |
chore: chibisafe -> Hostess
Diffstat (limited to 'src/site/pages/dashboard/albums/index.vue')
| -rw-r--r-- | src/site/pages/dashboard/albums/index.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/pages/dashboard/albums/index.vue b/src/site/pages/dashboard/albums/index.vue index 686edc3..1a63d1a 100644 --- a/src/site/pages/dashboard/albums/index.vue +++ b/src/site/pages/dashboard/albums/index.vue @@ -16,7 +16,7 @@ <b-field> <b-input v-model="newAlbumName" - class="chibisafe-input" + class="hostess-input" placeholder="Album name..." type="text" @keyup.enter.native="createAlbum" /> |