Skip to content

Commit

Permalink
small landing page changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
matijaSos committed Nov 26, 2022
1 parent 31eccad commit 3a4c41c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions web/src/components/Faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const faqs = [
also need some kind of a server/backend if you'll need to run more complex operations.
</p>
},
/*
{
question: 'How is Wasp different from Ruby on Rails, Django, etc?',
answer: <p>
Expand All @@ -36,6 +37,7 @@ const faqs = [
you under the hood.
</p>
},
*/
{
question: 'How hard is it to learn Wasp?',
answer: <p>
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ page MainPage {
<SectionContainer className='pb-5 pt-24'>
<div className='lg:grid lg:grid-cols-12 lg:gap-16'>

<div className='lg:col-span-6 space-y-12'>
<div className='lg:col-span-6 space-y-12 z-10'>
{/* Hero title and subtitle */}
<div>
<h1
Expand Down

0 comments on commit 3a4c41c

Please sign in to comment.