mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
fix cancel link
This commit is contained in:
parent
44451b87bf
commit
743066cb3d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue