add: añadir logo y favicon
This commit is contained in:
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -29,8 +29,15 @@ export default function MainLayout({ children }) {
|
|||||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-16 flex items-center justify-between">
|
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-16 flex items-center justify-between">
|
||||||
|
|
||||||
{/* Logo / Título */}
|
{/* Logo / Título */}
|
||||||
<Link to="/" className="flex items-center gap-2 hover:opacity-80 transition-opacity">
|
<Link to="/" className="flex items-center gap-3 hover:opacity-80 transition-opacity">
|
||||||
<span className="text-2xl font-black bg-clip-text text-transparent bg-gradient-to-r from-blue-600 to-indigo-600">
|
<img
|
||||||
|
src="/favicon.svg"
|
||||||
|
alt="Deck of Cards Logo"
|
||||||
|
className="w-10 h-10 shadow-sm rounded-xl object-contain"
|
||||||
|
/>
|
||||||
|
|
||||||
|
{/* Texto del título */}
|
||||||
|
<span className="text-2xl font-black bg-clip-text text-transparent bg-gradient-to-r from-blue-600 to-indigo-600 hidden sm:block">
|
||||||
Deck of Cards
|
Deck of Cards
|
||||||
</span>
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user