mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-21 00:35:02 +00:00
Add transition to save button
This commit is contained in:
parent
028b7b3725
commit
304dbdc824
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
<div class="flex items-center flex-wrap">
|
||||
<h1 class="flex-full md:flex-auto">Config for {{ guild.name }}</h1>
|
||||
<button v-if="!saving" class="flex-none bg-green-800 px-5 py-2 rounded hover:bg-green-700" v-on:click="save">
|
||||
<button v-if="!saving" class="flex-none bg-green-800 px-5 py-2 rounded hover:bg-green-700 transition duration-100" v-on:click="save">
|
||||
<span v-if="saved">Saved!</span>
|
||||
<span v-else>Save</span>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue