refactor: renommage de Paniels en StripStream
This commit is contained in:
@@ -31,7 +31,7 @@ export function HeroSection({ series }: HeroSectionProps) {
|
||||
{/* Contenu */}
|
||||
<div className="relative h-full container flex flex-col items-center justify-center text-center space-y-4">
|
||||
<h1 className="text-4xl sm:text-5xl lg:text-6xl font-bold tracking-tight">
|
||||
Bienvenue sur Paniels
|
||||
Bienvenue sur StripStream
|
||||
</h1>
|
||||
<p className="text-xl text-muted-foreground max-w-[600px]">
|
||||
Votre bibliothèque numérique pour lire vos BD, mangas et comics préférés.
|
||||
|
||||
@@ -26,7 +26,7 @@ export function Header({ onToggleSidebar }: HeaderProps) {
|
||||
|
||||
<div className="mr-4 hidden md:flex">
|
||||
<a className="mr-6 flex items-center space-x-2" href="/">
|
||||
<span className="hidden font-bold sm:inline-block">Paniels</span>
|
||||
<span className="hidden font-bold sm:inline-block">StripStream</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user