mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-10 06:21:42 +03:00
lp: small fix, wrong id in testimonials section.
This commit is contained in:
parent
b878b170ea
commit
abf196331f
@ -164,7 +164,7 @@ const Testimonials = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<SectionContainer className='space-y-16' id='showcases'>
|
||||
<SectionContainer className='space-y-16' id='testimonials'>
|
||||
<div className='grid grid-cols-12'>
|
||||
<div className='col-span-12 text-center'>
|
||||
<h2 className='text-xl lg:text-2xl text-neutral-700 mb-4'>
|
||||
|
Loading…
Reference in New Issue
Block a user