fixed issue with download mirror select
diff --git a/_src/_components/download-select.html b/_src/_components/download-select.html
index f2abb11..e073502 100644
--- a/_src/_components/download-select.html
+++ b/_src/_components/download-select.html
@@ -18,6 +18,6 @@
             [end]
             [end]
         </select>
-    <a class="download-choser__button download-choser__button--blue jsChangeLink" href="#">Change</a>
+        <input class="download-choser__button download-choser__button--blue jsChangeLink" type="submit" value="Change"/>
     </div>
 </form>
\ No newline at end of file
diff --git a/css/download.css b/css/download.css
index a0c7bff..0a7f21d 100644
--- a/css/download.css
+++ b/css/download.css
@@ -206,6 +206,7 @@
     background: var(--blue);
     color:#fff;
     pointer-events: auto;
+    border: none;
 }
 .download-choser__button--blue:hover{
     background: var(--blue2);
diff --git a/download.html b/download.html
index e2dbe3b..08292c8 100644
--- a/download.html
+++ b/download.html
@@ -567,7 +567,7 @@
                 <option value="[backup]" [is backup preferred] selected="selected" [end]>[backup] (backup)</option>
                 [end] [end]
               </select>
-              <a class="download-choser__button download-choser__button--blue jsChangeLink" href="#">Change</a>
+              <input class="download-choser__button download-choser__button--blue jsChangeLink" type="submit" value="Change" />
             </div>
           </form>
         </div>