add create account btn

This commit is contained in:
Georges KABBOUCHI 2021-08-07 17:22:10 +03:00
parent 074671deb8
commit b93cfc2659

View File

@ -104,6 +104,10 @@
</ul>
</div>
</div>
<button class="bg-primary-blue-dark hover:bg-primary-blue-hover shadow text-white p-3 rounded-[6px] h-9 flex items-center justify-center w-40" @click="createAccount" v-else>
Create Account
</button>
</template>
<script>