rebrand: PostCast identity + indigo color scheme

This commit is contained in:
Nik (Claude)
2026-06-15 23:25:48 +03:00
parent 344ef7bae5
commit abf6a0b121
13 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { engine } from '@/lib/engine';
import Header from '@/components/Header';
import CalendarView from '@/components/CalendarView';
export const metadata = { title: 'Календарь публикаций — ZeroPost' };
export const metadata = { title: 'Календарь публикаций — PostCast' };
export default async function CalendarPage() {
const user = await requireUser();