This commit is contained in:
rngsurrounded
2025-03-03 20:10:47 +09:00
parent 61d6f538d8
commit d270f05bdf
@@ -22,8 +22,9 @@ const CompetitionHeader: React.FC<CompetitionHeaderProps> = ({
const handleTaskSelect = () => { const handleTaskSelect = () => {
setAnswer("") setAnswer("")
setSelectedFile(null) setSelectedFile(null)
console.log("STOP IT")
} }
return ( return (
<header className="bg-white shadow-sm sticky top-0 z-30 w-full"> <header className="bg-white shadow-sm sticky top-0 z-30 w-full">
<div className="mx-auto max-w-6xl px-4"> <div className="mx-auto max-w-6xl px-4">