fix small div

This commit is contained in:
2023-04-18 15:26:47 +10:00
parent 00a752173d
commit a9a0bfdad0

View File

@@ -21,10 +21,10 @@
</SMInput>
</template>
<template #footer-space-between>
<small>
<div class="small">
<span class="pr-1">Need an account?</span
><router-link to="/register">Register</router-link>
</small>
</div>
<SMButton :form="form" type="submit" label="Log in" />
</template>
</SMFormCard>