diff options
Diffstat (limited to 'app/notes/update-1.8.0.php')
-rw-r--r-- | app/notes/update-1.8.0.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/notes/update-1.8.0.php b/app/notes/update-1.8.0.php new file mode 100644 index 0000000..dced852 --- /dev/null +++ b/app/notes/update-1.8.0.php @@ -0,0 +1,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>
\ No newline at end of file |