chore: rename TA Organizer to TubeSorter and setup gitea actions
Some checks failed
Docker Build / build (push) Failing after 14s

This commit is contained in:
wander 2026-03-08 01:51:48 -05:00
parent 48ba8eacf7
commit 9997927bef
7 changed files with 15 additions and 15 deletions

View file

@ -12,11 +12,11 @@ const { title } = Astro.props;
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="TA Organizerr Dashboard" />
<meta name="description" content="TubeSorterr Dashboard" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>{title} | TA Organizerr</title>
<title>{title} | TubeSorterr</title>
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Inter:wght@400;600;800&display=swap"
rel="stylesheet"
@ -52,7 +52,7 @@ const { title } = Astro.props;
<span
class="text-2xl font-bold tracking-tighter italic bg-clip-text text-transparent bg-gradient-to-r from-neon-cyan to-neon-pink pr-2 pb-1"
>
TA_ORGANIZERR
TUBESORTER
</span>
</a>
</div>
@ -93,7 +93,7 @@ const { title } = Astro.props;
<footer
class="border-t border-gray-800 py-6 mt-8 text-center text-gray-500 text-sm"
>
<p>TA_ORGANIZERR // SYSTEM_V2 // BUN_POWERED</p>
<p>TUBESORTER // SYSTEM_V2 // BUN_POWERED</p>
</footer>
</body>
</html>