forked from admin/zeropost-tool
rebrand: PostCast identity + indigo color scheme
This commit is contained in:
@@ -27,7 +27,7 @@ export default function Header({ user }) {
|
||||
<div className="max-w-6xl mx-auto px-4 py-3 flex items-center justify-between">
|
||||
<Link href="/" className="flex items-center gap-2 hover:opacity-80">
|
||||
<Sparkles className="w-5 h-5 text-accent" />
|
||||
<span className="font-bold">ZeroPost</span>
|
||||
<span className="font-bold">PostCast</span>
|
||||
</Link>
|
||||
<nav className="hidden sm:flex items-center gap-1">
|
||||
<Link href="/calendar" className="btn-ghost px-3 py-1.5 text-sm flex items-center gap-1.5">
|
||||
@@ -71,7 +71,7 @@ export function PublicHeader() {
|
||||
<div className="max-w-6xl mx-auto px-4 sm:px-6 h-14 flex items-center justify-between">
|
||||
<Link href="/landing" className="flex items-center gap-2 font-bold">
|
||||
<Sparkles className="w-5 h-5 text-accent" />
|
||||
<span>ZeroPost</span>
|
||||
<span>PostCast</span>
|
||||
</Link>
|
||||
<div className="flex items-center gap-2">
|
||||
<Link href="/login" className="btn-ghost text-sm px-3 py-1.5">Войти</Link>
|
||||
|
||||
Reference in New Issue
Block a user