diff --git a/src/components/download/selection.jsx b/src/components/download/selection.jsx index b8992bc..32b295a 100644 --- a/src/components/download/selection.jsx +++ b/src/components/download/selection.jsx @@ -17,6 +17,7 @@ const DEFAULT_DE = { const DownloadSelection = () => { const [selectedPlatform, setSelectedPlatform] = useState("generic"); const [selectedDEs, setSelectedDEs] = useState({}); + const [tooltipText, setTooltipText] = useState("Copy to clipboard"); const contents = PLATFORM_MAP[selectedPlatform]; const handleDEChange = (index, de) => { @@ -93,10 +94,10 @@ const DownloadSelection = () => {

Source Code @@ -113,36 +114,30 @@ const DownloadSelection = () => { )} - + +

- Copy to clipboard + {tooltipText}