Skip to content

Commit

Permalink
removed clear icon
Browse files Browse the repository at this point in the history
  • Loading branch information
LiveDuo committed Dec 21, 2023
1 parent f00f3b3 commit d284ec9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/client/vanilla/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useEffect, useRef, useState } from 'react'

import './index.css'

import ArrowPathIcon from '@heroicons/react/24/outline/ArrowPathIcon'
// import ArrowPathIcon from '@heroicons/react/24/outline/ArrowPathIcon'
import TrashIcon from '@heroicons/react/24/outline/TrashIcon'
import ArrowDownIcon from '@heroicons/react/24/outline/ArrowDownIcon'
import ArrowUpIcon from '@heroicons/react/24/outline/ArrowUpIcon'
Expand Down Expand Up @@ -351,11 +351,11 @@ function Editor({ standaloneServer = false }) {
)}
<div className="w-full h-screen flex flex-col">
<div className="flex items-center m-2">
{!isPreview && (
{/* {!isPreview && (
<div>
<ArrowPathIcon className="h-6 w-6 mx-2 cursor-pointer" onClick={clearComponents} />
</div>
)}
)} */}

{!isPreview && (
<div className="mr-auto ml-auto">
Expand Down

0 comments on commit d284ec9

Please sign in to comment.