1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 08:38:59 +00:00

fix cancel link

This commit is contained in:
Lynne Megido 2019-08-31 20:49:50 +10:00
parent 44451b87bf
commit 743066cb3d

View file

@ -17,7 +17,7 @@
<div class="container centred"> <div class="container centred">
<p>Are you sure you want to <strong>permanently</strong> delete bot name?</p> <p>Are you sure you want to <strong>permanently</strong> delete bot name?</p>
<p>The account on instan.ce will remain open, but your bot will stop posting from it.</p> <p>The account on instan.ce will remain open, but your bot will stop posting from it.</p>
<button class="button btn-secondary"><i class="fas fa-times"></i> Cancel</button> <a class="button btn-secondary" href="/"><i class="fas fa-times"></i> Cancel</a>
<button class="button btn-dangerous"><i class="fas fa-trash"></i> Delete bot</button> <button class="button btn-dangerous"><i class="fas fa-trash"></i> Delete bot</button>
</div> </div>
</form> </form>