Skip to content

Commit

Permalink
Merge pull request #127 from tekstrand/alpha-clarity
Browse files Browse the repository at this point in the history
Provide clarity around stability of alpha/beta
  • Loading branch information
thebentern authored Dec 8, 2024
2 parents afe3f1c + 228112b commit 7f92e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Firmware.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</li>
</ul>
<div class="px-4 py-2 text-sm text-gray-900" v-if="!store.couldntFetchFirmwareApi">
<strong>Alpha</strong>
<strong>Unstable (Alpha)</strong>
</div>
<ul class="py-2 text-sm text-gray-800" aria-labelledby="dropdownInformationButton" v-if="!store.couldntFetchFirmwareApi">
<li v-for="release in store.$state.alpha">
Expand All @@ -32,7 +32,7 @@
</li>
</ul>
<div class="px-4 py-2 text-sm text-gray-900 dark:text-white" v-if="!store.couldntFetchFirmwareApi">
<strong>Stable</strong>
<strong>Stable (Beta)</strong>
</div>
<ul class="py-2 text-sm text-gray-800" aria-labelledby="dropdownInformationButton" v-if="!store.couldntFetchFirmwareApi">
<li v-for="release in store.$state.stable">
Expand Down

0 comments on commit 7f92e4d

Please sign in to comment.