holy moly thats a lotta damage

This commit is contained in:
2026-05-25 22:10:19 -04:00
parent c01c1a5636
commit b62ab77fbe
47 changed files with 1444 additions and 129 deletions

View File

@@ -10,7 +10,7 @@ interface AppShellProps {
}
export default function AppShell(props: AppShellProps) {
const title = () => props.title ?? "ShieldAI";
const title = () => props.title ?? "Kordant";
onMount(() => {
const onRouteChange = () => {

View File

@@ -116,7 +116,7 @@ export default function Footer() {
<div class="flex items-center gap-2 mb-4">
<ShieldLogo />
<span class="text-lg font-bold text-[var(--color-text-primary)]">
ShieldAI
Kordant
</span>
</div>
<p class="text-sm text-[var(--color-text-secondary)] max-w-xs">
@@ -169,7 +169,7 @@ export default function Footer() {
<div class="mt-12 pt-8 border-t border-[var(--color-border)] flex flex-col sm:flex-row items-center justify-between gap-4">
<p class="text-sm text-[var(--color-text-tertiary)]">
{"\u00A9"} {new Date().getFullYear()} ShieldAI. All rights reserved.
{"\u00A9"} {new Date().getFullYear()} Kordant. All rights reserved.
</p>
<div class="flex items-center gap-6">
<A

View File

@@ -196,7 +196,7 @@ export default function Navbar() {
<A href="/" class="flex items-center gap-2">
<ShieldLogo />
<span class="text-lg font-bold text-[var(--color-text-primary)]">
ShieldAI
Kordant
</span>
</A>