holy moly thats a lotta damage
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user