Skip to content

Commit

Permalink
Hide back button
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkie committed Sep 13, 2024
1 parent 6d428d4 commit f4b9762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/modals/EditPageModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}}
title={'Edit Page'}
>
<button
<!-- <button
on:click={() => {
$PageBeingEdited = null;
$EditingPages = true;
Expand All @@ -31,7 +31,7 @@
>
<i class="bi bi-arrow-left" />
Back
</button>
</button> -->
<p class="mb-2">Page Name:</p>
<input type="text" bind:value={$PageBeingEdited.name} />
<button
Expand Down

0 comments on commit f4b9762

Please sign in to comment.