mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-26 10:35:04 +03:00
lp: removed Examples button from the hero section.
This commit is contained in:
parent
dbb52a5c74
commit
d68333e982
@ -45,18 +45,16 @@ const TextLink = ({ url, label }) => (
|
||||
<span
|
||||
className={`
|
||||
mt-3 block cursor-pointer text-sm
|
||||
text-neutral-600 hover:text-neutral-500
|
||||
text-neutral-500 hover:text-neutral-400
|
||||
`}
|
||||
>
|
||||
<div className='group flex'>
|
||||
<span className='flex gap-1 items-center bg-yellow-500/25 px-1 rounded'>
|
||||
<span>{label}</span>
|
||||
<div className='transition-all group-hover:ml-0.5'>
|
||||
<span className='text-yellow-600'>
|
||||
<ArrowRight size={14} strokeWidth={2} />
|
||||
</span>
|
||||
</div>
|
||||
</span>
|
||||
<div className='group flex gap-1 items-center'>
|
||||
<span>{label}</span>
|
||||
<div className='transition-all group-hover:ml-0.5'>
|
||||
<span className='text-yellow-600'>
|
||||
<ArrowRight size={14} strokeWidth={2} />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</span>
|
||||
</Link>
|
||||
|
@ -52,24 +52,7 @@ const ActionButtons = () => (
|
||||
`}
|
||||
>
|
||||
<BookOpen size={16} />
|
||||
<span>Read Tutorial</span>
|
||||
</button>
|
||||
</Link>
|
||||
|
||||
<Link to='#examples'>
|
||||
<button
|
||||
className={`
|
||||
inline-flex items-center space-x-2
|
||||
px-3 py-2 rounded
|
||||
border border-neutral-500
|
||||
text-sm leading-4
|
||||
text-neutral-700
|
||||
hover:text-neutral-400 hover:border-neutral-400
|
||||
transition ease-out duration-200
|
||||
`}
|
||||
>
|
||||
<Trello size={16} />
|
||||
<span>Examples</span>
|
||||
<span>Tutorial</span>
|
||||
</button>
|
||||
</Link>
|
||||
</div>
|
||||
|
@ -88,9 +88,7 @@ const HowItWorks = () => {
|
||||
</div> {/* EOF Features */}
|
||||
</div>
|
||||
|
||||
<div className='col-span-12 lg:col-span-7 xl:col-span-7 xl:col-start-6'
|
||||
style={{display: 'flex', alignItems: 'center'}}
|
||||
>
|
||||
<div className='col-span-12 lg:col-span-7 xl:col-span-7 xl:col-start-6'>
|
||||
<img
|
||||
className=''
|
||||
src='img/lp/wasp-compilation-diagram.png'
|
||||
|
Loading…
Reference in New Issue
Block a user