refactor: renomear PawLink → PetLink em todos os ficheiros
This commit is contained in:
@@ -3,8 +3,8 @@ import Link from 'next/link';
|
||||
import { PawPrint, Home } from 'lucide-react';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Painel do Canil | PawLink',
|
||||
description: 'Área de gestão do canil na plataforma PawLink.',
|
||||
title: 'Painel do Canil | PetLink',
|
||||
description: 'Área de gestão do canil na plataforma PetLink.',
|
||||
};
|
||||
|
||||
export default function ShelterLayout({ children }: { children: React.ReactNode }) {
|
||||
@@ -28,7 +28,7 @@ export default function ShelterLayout({ children }: { children: React.ReactNode
|
||||
<Link href="/shelter/dashboard" style={{ display: 'flex', alignItems: 'center', gap: '8px', textDecoration: 'none' }}>
|
||||
<PawPrint size={20} style={{ color: 'var(--terra)' }} />
|
||||
<span style={{ fontFamily: 'var(--font-display)', fontStyle: 'italic', fontWeight: 700, fontSize: '17px', color: 'var(--terra)' }}>
|
||||
PawLink Canil
|
||||
PetLink Canil
|
||||
</span>
|
||||
</Link>
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user