mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
refactor: Update download.tsx to use "WindowsStubInstaller" instead of "WindowsInstaller" in select options
This commit is contained in:
parent
310c0eeea0
commit
fe8266bf5d
3 changed files with 29 additions and 3 deletions
|
@ -100,10 +100,10 @@ export default function DownloadPage() {
|
|||
<SelectGroup>
|
||||
<SelectLabel>Operating System</SelectLabel>
|
||||
<SelectItem value="WindowsInstaller">Windows Installer</SelectItem>
|
||||
{/*<SelectItem value="WindowsStubInstaller">Windows Pretty Installer</SelectItem>*/}
|
||||
<SelectItem value="WindowsZip">Windows (Zip)</SelectItem>
|
||||
<SelectItem value="MacOS" disabled>MacOS</SelectItem>
|
||||
<SelectItem value="MacOS">MacOS</SelectItem>
|
||||
<SelectItem value="Linux">Linux</SelectItem>
|
||||
<SelectItem value="WindowsStubInstaller" disabled>Windows Pretty Installer</SelectItem>
|
||||
</SelectGroup>
|
||||
</SelectContent>
|
||||
</Select>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue