summaryrefslogtreecommitdiff
path: root/app/notes/update-1.8.0.php
blob: dced852674f9de032e312f34a51a5d8cd38346af (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-icons.svg" style="width: 48px;" class="icon" alt="">
        <div>
            <div><b>New application icons</b></div>
            <div>We made the icons in the app look more modern and more in-line with what Mist aims to be, hope you enjoy them.</div>
        </div>
    </div>
</div>