enzostvs HF Staff commited on
Commit
08f3d9b
·
verified ·
1 Parent(s): d7b37e7

Update components/editor/preview/index.tsx

Browse files
components/editor/preview/index.tsx CHANGED
@@ -535,7 +535,7 @@ export const Preview = ({ isNew }: { isNew: boolean }) => {
535
  />
536
  {!isNew && (
537
  <>
538
- {/* <div
539
  className={classNames(
540
  "w-full h-full flex items-center justify-center absolute left-0 top-0 bg-black/40 backdrop-blur-lg transition-all duration-200",
541
  {
@@ -553,7 +553,7 @@ export const Preview = ({ isNew }: { isNew: boolean }) => {
553
  <AnimatedBlobs />
554
  <AnimatedBlobs />
555
  </div>
556
- </div> */}
557
  <HistoryNotification
558
  isVisible={!!currentCommit}
559
  isPromotingVersion={isPromotingVersion}
 
535
  />
536
  {!isNew && (
537
  <>
538
+ <div
539
  className={classNames(
540
  "w-full h-full flex items-center justify-center absolute left-0 top-0 bg-black/40 backdrop-blur-lg transition-all duration-200",
541
  {
 
553
  <AnimatedBlobs />
554
  <AnimatedBlobs />
555
  </div>
556
+ </div>
557
  <HistoryNotification
558
  isVisible={!!currentCommit}
559
  isPromotingVersion={isPromotingVersion}