mirror of
https://github.com/ershisan99/www.git
synced 2025-12-18 05:19:23 +00:00
remove /about links
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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'*/}
|
||||
|
||||
Reference in New Issue
Block a user