diff options
author | rstular <rok@stular.eu> | 2020-01-30 00:14:02 +0100 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-01-30 00:14:02 +0100 |
commit | 98688c884e754fcc239c0983fa373b37d067505f (patch) | |
tree | 0dbe257830cdb91de4c6ec785157af15627bdc09 /pages/about.html | |
parent | Removed woff fonts (diff) | |
download | beziapp-98688c884e754fcc239c0983fa373b37d067505f.tar beziapp-98688c884e754fcc239c0983fa373b37d067505f.tar.gz beziapp-98688c884e754fcc239c0983fa373b37d067505f.tar.bz2 beziapp-98688c884e754fcc239c0983fa373b37d067505f.tar.lz beziapp-98688c884e754fcc239c0983fa373b37d067505f.tar.xz beziapp-98688c884e754fcc239c0983fa373b37d067505f.tar.zst beziapp-98688c884e754fcc239c0983fa373b37d067505f.zip |
Diffstat (limited to 'pages/about.html')
-rw-r--r-- | pages/about.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pages/about.html b/pages/about.html index d9e052e..f31292f 100644 --- a/pages/about.html +++ b/pages/about.html @@ -2,7 +2,7 @@ <head> <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>About</title> @@ -71,7 +71,7 @@ <div class="col s12"> <h3><b class="title-secondary">Beži</b><span class="title-primary">App</span> </h3> - <h5 class="subheader">Version 1.0.3-beta</h5> + <h5 class="subheader">Version 1.0.4-beta</h5> </div> </div> <div class="row"> @@ -101,9 +101,11 @@ <div class="row"> <div class="col s12"> <div class="collection"> + <a href="/pages/changelog.html" class="collection-item">What's new</a> <a href="/pages/tos.html" class="collection-item">Terms of Service</a> <a href="/pages/privacypolicy.html" class="collection-item">Privacy policy</a> - <a href="https://instagram.com/beziapp/" target="_blank" class="collection-item">Report a bug / Send a suggestion</a> + <a href="https://instagram.com/beziapp/" target="_blank" class="collection-item">Report a bug / Send + a suggestion</a> </div> </div> </div> |