mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-27 15:24:42 +08:00
feat: add custom site name
This commit is contained in:
@@ -12,7 +12,7 @@ const MobileHeader = () => {
|
||||
href='/'
|
||||
className='text-2xl font-bold text-green-600 tracking-tight hover:opacity-80 transition-opacity'
|
||||
>
|
||||
MoonTV
|
||||
{process.env.NEXT_PUBLIC_SITE_NAME || 'MoonTV'}
|
||||
</Link>
|
||||
</div>
|
||||
<div className='absolute top-1/2 right-4 -translate-y-1/2'>
|
||||
|
||||
@@ -39,7 +39,7 @@ const Logo = () => (
|
||||
className='flex items-center justify-center h-16 select-none hover:opacity-80 transition-opacity duration-200'
|
||||
>
|
||||
<span className='text-2xl font-bold text-green-600 tracking-tight'>
|
||||
MoonTV
|
||||
{process.env.NEXT_PUBLIC_SITE_NAME || 'MoonTV'}
|
||||
</span>
|
||||
</Link>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user