Change footer in index.html to have version number on same line as warning

This commit is contained in:
Jason Streifling 2024-09-01 20:51:35 +02:00
parent 6cc0fb40d7
commit 4163afb0b7

View File

@ -20,13 +20,13 @@
</div> </div>
</main> </main>
<footer class="my-8"> <footer class="text-center text-gray-500 dark:text-gray-400 my-8">
<p class="text-center text-gray-500 dark:text-gray-400"> <p>
&copy; 2024 Jason Streifling. Alle Rechte vorbehalten. &copy; 2024 Jason Streifling. Alle Rechte vorbehalten.
</p> </p>
<p class="text-center text-gray-500 dark:text-gray-400">v0.8.2</p> <p>
<p class="text-center text-gray-500 dark:text-gray-400"> v0.8.2 - <strong>Hinweis:</strong> Diese Software befindet sich noch in der Entwicklung und kann Fehler
<strong>Hinweis:</strong> Diese Software befindet sich noch in der Entwicklung und kann Fehler enthalten. enthalten.
</p> </p>
</footer> </footer>