feat: implement core application structure, UI components, internationalization, and database seeding.
This commit is contained in:
@@ -62,7 +62,7 @@ export default function ProjectLayout({ children }: { children: React.ReactNode
|
||||
<Loader2 className="animate-spin text-blue-500 mb-4" size={48} />
|
||||
<div className="flex items-center gap-2">
|
||||
<BookOpen className="text-blue-500" size={20} />
|
||||
<span className="text-lg font-bold">PlumeIA</span>
|
||||
<span className="text-lg font-bold">Pluume</span>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user