Skip to content

Commit

Permalink
Update code_playground.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
davronkhamdamov authored Mar 20, 2024
1 parent 614c232 commit cb58f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/code_playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const Code_playground: FC<HomeWorkProps> = ({ data }) => {
action="/code"
className="ml-auto text-white mt-5 flex w-full justify-end gap-5"
>
<button
{/* <button
className="py-2 px-4 bg-blue-500 text-white font-semibold rounded-lg shadow-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:ring-opacity-75 flex items-center gap-2 duration-500 disabled:bg-blue-400"
disabled={test}
onClick={handleCodeTest}
Expand All @@ -231,7 +231,7 @@ const Code_playground: FC<HomeWorkProps> = ({ data }) => {
className={`animate-spin duration-500 ${!test && 'hidden'}`}
/>
Sinash
</button>
</button> */}
<button
className="py-2 px-4 bg-green-500 text-white font-semibold rounded-lg shadow-md hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:ring-opacity-75 flex items-center gap-2 w-max duration-500 disabled:bg-"
disabled={submit}
Expand Down

0 comments on commit cb58f3a

Please sign in to comment.