rebrand: Aaron AI → BirdAI across frontend

This commit is contained in:
2026-04-30 22:25:43 +00:00
parent dbc649c3fd
commit fc07f2999e
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ const mono = IBM_Plex_Mono({
});
export const metadata: Metadata = {
title: 'Aaron AI',
title: 'BirdAI',
description: 'Personal knowledge assistant',
manifest: '/manifest.json',
icons: {
@@ -25,7 +25,7 @@ export const metadata: Metadata = {
appleWebApp: {
capable: true,
statusBarStyle: 'default',
title: 'Aaron AI',
title: 'BirdAI',
},
};
+1 -1
View File
@@ -47,7 +47,7 @@ export default function LoginPage() {
}}>
<div style={{ textAlign: 'center', marginBottom: '32px' }}>
<div style={{ fontSize: '22px', fontWeight: 500, color: '#1a1a18', marginBottom: '4px' }}>
Aaron AI
BirdAI
</div>
<div style={{ fontSize: '13px', color: '#999990' }}>
personal knowledge assistant
+1 -1
View File
@@ -133,7 +133,7 @@ export default function Home() {
</svg>
</button>
<span style={{ fontSize: '13px', color: 'var(--text3)' }}>
<strong style={{ color: 'var(--text)', fontWeight: 500 }}>Aaron AI</strong>
<strong style={{ color: 'var(--text)', fontWeight: 500 }}>BirdAI</strong>
{' '} personal knowledge assistant
</span>
</div>