mirror of
https://github.com/ershisan99/www.git
synced 2025-12-18 12:34:17 +00:00
remove /about links
This commit is contained in:
@@ -61,12 +61,6 @@ export default function MLBPage() {
|
|||||||
>
|
>
|
||||||
Documentation
|
Documentation
|
||||||
</Link>
|
</Link>
|
||||||
<Link
|
|
||||||
href='/about'
|
|
||||||
className='text-muted-foreground text-sm underline-offset-4 hover:underline'
|
|
||||||
>
|
|
||||||
About
|
|
||||||
</Link>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -289,7 +289,8 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
<ul className='grid gap-6'>
|
<ul className='grid gap-6'>
|
||||||
<li className='flex items-start gap-4'>
|
<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
|
1
|
||||||
</div>
|
</div>
|
||||||
<div className='space-y-1'>
|
<div className='space-y-1'>
|
||||||
@@ -301,7 +302,8 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li className='flex items-start gap-4'>
|
<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
|
2
|
||||||
</div>
|
</div>
|
||||||
<div className='space-y-1'>
|
<div className='space-y-1'>
|
||||||
@@ -313,7 +315,8 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li className='flex items-start gap-4'>
|
<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
|
3
|
||||||
</div>
|
</div>
|
||||||
<div className='space-y-1'>
|
<div className='space-y-1'>
|
||||||
@@ -382,12 +385,6 @@ export default function Home() {
|
|||||||
>
|
>
|
||||||
Documentation
|
Documentation
|
||||||
</Link>
|
</Link>
|
||||||
<Link
|
|
||||||
href='/about'
|
|
||||||
className='text-muted-foreground text-sm underline-offset-4 hover:underline'
|
|
||||||
>
|
|
||||||
About
|
|
||||||
</Link>
|
|
||||||
{/*<Link*/}
|
{/*<Link*/}
|
||||||
{/* href='/credits'*/}
|
{/* href='/credits'*/}
|
||||||
{/* className='text-muted-foreground text-sm underline-offset-4 hover:underline'*/}
|
{/* className='text-muted-foreground text-sm underline-offset-4 hover:underline'*/}
|
||||||
|
|||||||
Reference in New Issue
Block a user