chore: rename TA Organizer to TubeSorter and setup gitea actions
Some checks failed
Docker Build / build (push) Failing after 14s
Some checks failed
Docker Build / build (push) Failing after 14s
This commit is contained in:
parent
48ba8eacf7
commit
9997927bef
7 changed files with 15 additions and 15 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue