Skip to content

Commit

Permalink
fix: Update footer year from 2024 to 2025 in footer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Jan 9, 2025
1 parent ef3d989 commit 0e60951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="bg-white">
<div class="w-full mx-auto max-w-screen-xl p-4 md:flex md:items-center md:justify-between">
<span class="text-sm text-gray-500 sm:text-center dark:text-gray-400">© 2024 <a href="https://flowbite.com/" class="hover:underline">Threagile Monitoring™</a>. All Rights Reserved.
<span class="text-sm text-gray-500 sm:text-center dark:text-gray-400">© 2025 <a href="https://flowbite.com/" class="hover:underline">Threagile Monitoring™</a>. All Rights Reserved.
</span>
<ul class="flex flex-wrap items-center mt-3 text-sm font-medium text-gray-500 dark:text-gray-400 sm:mt-0">
<li>
Expand Down

0 comments on commit 0e60951

Please sign in to comment.