We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcb33e commit 63fbcefCopy full SHA for 63fbcef
src/pages/download-confirm.astro
@@ -68,7 +68,7 @@ const tags = [
68
<p><strong>Latest release</strong></p>
69
<ul>
70
<li>
71
- Version : 1.3.0
+ Version : 1.3.1
72
</li>
73
74
Release date: 14.05.2025
@@ -79,7 +79,7 @@ const tags = [
79
</p>
80
<div class="learn-more">
81
<a
82
- href="https://github.com/DefGuard/defguard/releases/tag/v1.3.0"
+ href="https://github.com/DefGuard/defguard/releases/tag/v1.3.1"
83
class="learn-more-link"
84
>
85
Download from GitHub
@@ -124,7 +124,7 @@ const tags = [
124
125
.btn.size-normal{
126
margin: 0 0 0 auto;
127
- min-height: unset;
+ min-height: unset !important;
128
height:38px;
129
border-radius: unset;
130
width: 100%;
0 commit comments