forked from cardosofelipe/fast-next-template
Add logo icon to components and update branding assets
- Integrated `logo-icon.svg` into headers, footer, and development layout for consistent branding. - Updated `logo.svg` and `logo-icon.svg` with improved gradient and filter naming for clarity. - Enhanced `README.md` and branding documentation with logo visuals and descriptions. - Refined visual identity details in docs to emphasize the branding hierarchy and usage.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
import { Link } from '@/lib/i18n/routing';
|
||||
import { usePathname } from '@/lib/i18n/routing';
|
||||
import {
|
||||
Code2,
|
||||
|
||||
Palette,
|
||||
LayoutDashboard,
|
||||
Box,
|
||||
@@ -94,7 +94,7 @@ export function DevLayout({ children }: DevLayoutProps) {
|
||||
<div className="flex h-14 items-center justify-between gap-6">
|
||||
{/* Left: Logo + Badge */}
|
||||
<div className="flex items-center gap-3 shrink-0">
|
||||
<Code2 className="h-5 w-5 text-primary" />
|
||||
<img src="/logo-icon.svg" alt="PragmaStack Logo" className="h-6 w-6" />
|
||||
<h1 className="text-base font-semibold">PragmaStack</h1>
|
||||
<Badge variant="secondary" className="text-xs">
|
||||
Dev
|
||||
|
||||
Reference in New Issue
Block a user