Skip to content

Commit

Permalink
version corta del "descargar desafio"
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonzalezt committed Dec 26, 2023
1 parent 371f021 commit 1edc975
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import DownloadIcon from '@mui/icons-material/Download';

export const DownloadButton = () => {

return <CreatorActionButton onClick={downloadChallenge} startIcon={<DownloadIcon/>} nametag='download' isshortversion={true}/>
return <CreatorActionButton onClick={downloadChallenge} startIcon={<DownloadIcon/>} nametag='download'/>

}

Expand Down

0 comments on commit 1edc975

Please sign in to comment.