Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Oct 23, 2024
1 parent 75f7f4d commit 614f393
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions website/src/repl/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ export function Header({ context, embedded = false }) {
!isDirty || !activeCode ? 'opacity-50' : 'hover:opacity-50',
)}
>
{/* <CommandLineIcon className="w-6 h-6" /> */}
{/* <ArrowPathIcon className="w-6 h-6" /> */}
{!isEmbedded && <span>update</span>}
</button>
{!isEmbedded && (
Expand All @@ -100,7 +98,6 @@ export function Header({ context, embedded = false }) {
className="hover:opacity-50 p-2 flex items-center space-x-1"
onClick={handleShuffle}
>
{/* <SparklesIcon className="w-6 h-6" /> */}
<span> shuffle</span>
</button>
)}
Expand All @@ -113,7 +110,6 @@ export function Header({ context, embedded = false }) {
)}
onClick={handleShare}
>
{/* <LinkIcon className="w-6 h-6" /> */}
<span>share</span>
</button>
)}
Expand All @@ -123,7 +119,6 @@ export function Header({ context, embedded = false }) {
href={`${baseNoTrailing}/workshop/getting-started/`}
className={cx('hover:opacity-50 flex items-center space-x-1', !isEmbedded ? 'p-2' : 'px-2')}
>
{/* <AcademicCapIcon className="w-6 h-6" /> */}
<span>learn</span>
</a>
)}
Expand Down

0 comments on commit 614f393

Please sign in to comment.