We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52aeb51 commit 53194bdCopy full SHA for 53194bd
lib/media_server_web/components/footer_component.ex
@@ -6,9 +6,9 @@ defmodule MediaServerWeb.Components.FooterComponent do
6
<footer class="mx-auto w-full max-w-2xl space-y-10 pb-24 lg:pb-16 lg:max-w-5xl">
7
<div class="flex flex-col items-center justify-between gap-5 border-t border-zinc-900/5 pt-8 dark:border-white/5 sm:flex-row">
8
<div class="flex text-xs text-zinc-600 dark:text-zinc-400">
9
- <p>Copyright © 2023 Midarr Labs</p>
+ <p>Copyright © 2024 Midarr Labs</p>
10
<p class="ml-4 pl-4 border-l border-white/10">
11
- v4.2.0-beta.8
+ v4.2.0
12
</p>
13
</div>
14
<div class="flex gap-4">
0 commit comments