Skip to content

Commit

Permalink
Revert "Add markup for editor preferences button"
Browse files Browse the repository at this point in the history
This reverts commit 4411be9.
  • Loading branch information
caendesilva committed Nov 14, 2023
1 parent b065cb6 commit 8ca06ba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/realtime-compiler/resources/live-edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@
<input type="hidden" name="page" value="{{ $page->getSourcePath() }}">
<label for="live-editor" class="sr-only">Edit page contents</label>
<textarea name="markdown" id="live-editor" cols="30" rows="20" class="rounded-lg bg-gray-200 dark:bg-gray-800">{{ $markdown }}</textarea>
<footer class="prose dark:prose-invert">
<small>
<a id="#liveEditSettingsButton" role="button" href="javascript:liveEditSettings();">
Editor preferences
</a>
</small>
</footer>
</form>
</section>
</template>
Expand Down

0 comments on commit 8ca06ba

Please sign in to comment.