Skip to content

Commit

Permalink
Update Toolbar.tsx
Browse files Browse the repository at this point in the history
leomcelroy committed Oct 20, 2023

Verified

This commit was signed with the committer’s verified signature.
ScrubN Scrub
1 parent 227549a commit 96b06cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions astro/src/components/Toolbar.tsx
Original file line number Diff line number Diff line change
@@ -37,14 +37,14 @@ export default function Toolbar() {
</h1>
<RunButton />
<div
class="relative cursor-pointer w-min h-full flex items-center p-1 hover:bg-white hover:bg-opacity-10"
class="relative cursor-pointer w-max h-full flex items-center p-1 hover:bg-white hover:bg-opacity-10"
onClick={() => saveFile(getCode())}>
save
save (ctrl/cmd+s)
</div>
<NewButton />
<OpenButton />
<div
class="relative cursor-default w-min h-full flex items-center p-1"
class="relative cursor-default w-max h-full flex items-center p-1"
onMouseEnter={() => setHidden(false)}
onMouseLeave={() => setHidden(true)}>
<div>download</div>

1 comment on commit 96b06cb

@vercel
Copy link

@vercel vercel bot commented on 96b06cb Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blot – ./astro

blot.hackclub.dev
blot-git-main.hackclub.dev

Please sign in to comment.