This commit is contained in:
Hristo Nedelkov 2024-01-30 12:04:51 +02:00
parent bbbd7adec8
commit f23790e0eb

View File

@ -30,7 +30,7 @@ const ValidatorSetupInstall = () => {
const handleOSCardClick = (os: string) => {
setSelectedOS(os)
}
}
const copyCommands = () => {
navigator.clipboard.writeText(bashCommands)