Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ansxuman committed Nov 27, 2024
1 parent 689e553 commit 9579d65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h2 class="section-title">Key Features</h2>
</svg>
</div>
<h3>Easy Profile Addition</h3>
<p>Add accounts via manual entry, QR code drag & drop, or image import</p>
<p>Add accounts via manual entry or QR code image import</p>
</div>
<div class="feature-card">
<div class="feature-icon">
Expand Down Expand Up @@ -182,8 +182,8 @@ <h3>Windows</h3>
<!-- Linux -->
<div class="download-card">
<h3>Linux</h3>
<a href="#" class="download-button" data-platform="linux">
<span>.deb Package</span>
<a href="#" class="download-button" data-platform="linuxAppImage">
<span>AppImage</span>
</a>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ async function updateVersion() {

function updateDownloadLinks(versionNumber) {
const platformUrls = {
'mac-intel': `Clave-${versionNumber}-x64.dmg`,
'mac-silicon': `Clave-${versionNumber}-arm64.dmg`,
'windows': `Clave-Setup-${versionNumber}-x64.exe`,
'linux': `clave_${versionNumber}_amd64.deb`,
'mac-intel': `Clave-v${versionNumber}-x64.dmg`,
'mac-silicon': `Clave-v${versionNumber}-arm64.dmg`,
'windows': `Clave-Setup-v${versionNumber}-x64.exe`,
'linuxAppImage': `clave_v${versionNumber}_amd64.AppImage`,
};

document.querySelectorAll('.download-button').forEach(link => {
Expand Down

0 comments on commit 9579d65

Please sign in to comment.