diff --git a/layouts/index.html b/layouts/index.html index 3d9e8f37ce..2acc06748c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -60,10 +60,6 @@ 'linux': 'Docker Desktop for Linux' }; return labels[os === 'linux' ? 'linux' : `${os}-${arch}`] || 'Docker Desktop'; - }, - getPrimaryLabel() { - if (this.os === 'unknown') return 'Download Docker Desktop'; - return this.getOsLabel(this.os, this.arch); } }" @click.outside="open = false"> @@ -83,7 +79,7 @@ {{ partial "icon" "download" }} - Download Docker Desktop + Download Docker Desktop -