Skip to content

Commit

Permalink
Revert "Add CSS selector for page type"
Browse files Browse the repository at this point in the history
This reverts commit d0e8a7e.
  • Loading branch information
caendesilva committed Nov 14, 2023
1 parent d0e8a7e commit d2f88d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/realtime-compiler/resources/live-edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
@endphp
<style>{!! $styles !!}</style>
<template id="live-edit-template">
<section id="live-edit-container" @class([
'page-type-'.\Illuminate\Support\Str::kebab(class_basename($page::class)),
])>
<section id="live-edit-container">
<form id="liveEditForm" action="/_hyde/live-edit" method="POST">
<header id="liveEditHeader">
<h2>Live Editor</h2>
Expand Down

0 comments on commit d2f88d8

Please sign in to comment.