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
@@ -75,7 +75,7 @@ export default function NotesPage() {
<div className="flex items-center gap-2">
<MessageCircle className="w-5 h-5 text-accent" />
<h1 className="text-xl font-bold">Заметки редактора</h1>
<a href="https://zeropost.ru/notes" target="_blank" rel="noreferrer" className="text-gray-500 hover:text-accent">
<a href="https://postcast.ru/notes" target="_blank" rel="noreferrer" className="text-gray-500 hover:text-accent">
<ExternalLink className="w-4 h-4" />
</a>
</div>