chore: update disclaimer

This commit is contained in:
2025-04-18 20:45:30 +02:00
parent 011df25096
commit c2e2a792e3
2 changed files with 6 additions and 3 deletions

View File

@@ -17,11 +17,14 @@
</p>
<p>
I do not have the right to the songs played on this radio station, nor do I have any
affiliation with Chillhop Music. This project is open source and not intended for
commercial use. The source code is available on GitHub.
affiliation with Chillhop Music. <a href="https://github.com/SrIzan10/chillhop" class="underline">This project is open source</a> and not intended for
commercial use.
</p>
<p>
🄯 GNU GPL, <a href="https://srizan.dev" class="underline">Sr Izan</a>.
</p>
<p class="text-sm">
Shoot me an email (izan *at* srizan *dot* dev) if you want this taken down.
</p>
</Dialog.Content>
</Dialog.Root>

View File

@@ -12,7 +12,7 @@
<DialogPrimitive.Overlay
bind:ref
class={cn(
"data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/80",
"data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/80",
className
)}
{...restProps}