Change download section header from BETA to STABILNA

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

View file

@ -3,7 +3,7 @@
<span
class="section-name section-name-beta"
:class="{ active: active === 'beta' }"
@click="active = 'beta'">BETA</span>
@click="active = 'beta'">STABILNA</span>
<span
class="section-name section-name-dev"
:class="{ active: active === 'dev' }"