Change download section header from BETA to STABILNA

This commit is contained in:
Mikołaj Pich 2021-08-31 20:10:16 +02:00 committed by GitHub
parent aa583e800d
commit 4da6ff8a0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
<div id="download" class="download home-section">
<h2 class="title">Pobieranie</h2>
<home-download-version-switcher v-if="$mq === 'md'" v-model="active" />
<h3 class="section-name section-name-beta" v-if="$mq === 'lg'">BETA</h3>
<h3 class="section-name section-name-beta" v-if="$mq === 'lg'">STABILNA</h3>
<h3 class="section-name section-name-dev" v-if="$mq === 'lg'">DEV</h3>
<home-download-beta v-if="$mq === 'lg' || active === 'beta'" />
<home-download-dev v-if="$mq === 'lg' || active === 'dev'" />