fix welcome warning

This commit is contained in:
Michael Genson
2026-04-08 15:55:00 +00:00
parent 00b2ee79fc
commit 64e47a1626

View File

@@ -3,14 +3,14 @@
<p> <p>
Welcome to Mealie! If this is your first time seeing announcements, here's what to expect. Welcome to Mealie! If this is your first time seeing announcements, here's what to expect.
</p> </p>
<p> <div class="mb-2">
Announcements are reserved for things like: Announcements are reserved for things like:
<ul class="ml-6"> <ul class="ml-6">
<li>Important new features</li> <li>Important new features</li>
<li>Major changes</li> <li>Major changes</li>
<li>Anything that might require additional user actions (such as migration scripts)</li> <li>Anything that might require additional user actions (such as migration scripts)</li>
</ul> </ul>
</p> </div>
<p> <p>
While we generally keep everything in our <a href="https://github.com/mealie-recipes/mealie/releases" target="_blank">GitHub release notes</a>, While we generally keep everything in our <a href="https://github.com/mealie-recipes/mealie/releases" target="_blank">GitHub release notes</a>,
sometimes certain changes require some extra attention. sometimes certain changes require some extra attention.