remove /about links

This commit is contained in:
2025-07-18 00:03:23 +02:00
parent 3f6d2cee1a
commit 0088c2ff78
2 changed files with 36 additions and 45 deletions

View File

@@ -61,12 +61,6 @@ export default function MLBPage() {
>
Documentation
</Link>
<Link
href='/about'
className='text-muted-foreground text-sm underline-offset-4 hover:underline'
>
About
</Link>
</div>
</div>
</footer>

View File

@@ -289,7 +289,8 @@ export default function Home() {
</div>
<ul className='grid gap-6'>
<li className='flex items-start gap-4'>
<div className='flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-full bg-red-100 text-red-600'>
<div
className='flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-full bg-red-100 text-red-600'>
1
</div>
<div className='space-y-1'>
@@ -301,7 +302,8 @@ export default function Home() {
</div>
</li>
<li className='flex items-start gap-4'>
<div className='flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-full bg-red-100 text-red-600'>
<div
className='flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-full bg-red-100 text-red-600'>
2
</div>
<div className='space-y-1'>
@@ -313,7 +315,8 @@ export default function Home() {
</div>
</li>
<li className='flex items-start gap-4'>
<div className='flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-full bg-red-100 text-red-600'>
<div
className='flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-full bg-red-100 text-red-600'>
3
</div>
<div className='space-y-1'>
@@ -382,12 +385,6 @@ export default function Home() {
>
Documentation
</Link>
<Link
href='/about'
className='text-muted-foreground text-sm underline-offset-4 hover:underline'
>
About
</Link>
{/*<Link*/}
{/* href='/credits'*/}
{/* className='text-muted-foreground text-sm underline-offset-4 hover:underline'*/}