summaryrefslogtreecommitdiff
path: root/app/notes/update-1.7.2.php
blob: ee9d1107af784d7b2c06eb25a1cfc27d8817b261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php if (!isset($releaseNotes)) die(); ?>
<h2 style="margin-top: 30px;">What's new in Mist?</h2>

<div style="text-align: left; margin-top: 50px;">
    <div style="display: grid; grid-template-columns: 48px 1fr; grid-gap: 20px; margin-bottom: 20px;">
        <img src="/assets/icons/notes-bugs.svg" style="width: 48px;" class="icon" alt="">
        <div>
            <div><b>Application improvements</b></div>
            <div>We have caught and fixed numerous issues you might have encountered with the app to improve your experience.</div>
        </div>
    </div>
</div>