img replace

This commit is contained in:
2025-08-15 13:41:15 +00:00
parent b93e4884ba
commit 04b9a595ac
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
</div>
<p>Enjoy benefits and unlock more feature such as remote access, geo-redundant backups etc. <br><br>
<a href="" class="details">Read details</a><br><br>
<img src="/img/upgrade.png" alt="Upgrade now" width="80%" id="upgradeBtn" style="cursor:pointer"/>
<img src="/img/upgrade.svg" alt="Upgrade now" width="80%" id="upgradeBtn" style="cursor:pointer"/>
</p>
</div>
</div>

View File

@@ -340,7 +340,7 @@
}
.grey-box {
background-image: url('img/grey-box.png');
background-image: url('img/grey-box.svg');
background-repeat: no-repeat;
/* border: 2px solid #41464f; */
border-radius: 20px 20px 0px 20px;