mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 19:29:17 +03:00
Merge branch 'release'
This commit is contained in:
commit
ef10d37357
@ -37,7 +37,7 @@ const Announcement = () => {
|
||||
>
|
||||
<span className='item-center flex gap-2 px-3'>
|
||||
|
||||
<span>🏆 Wasp Hackathon 2.0 kick-off: April 28th! 🏆</span>
|
||||
<span>🏆 Wasp Hackathon 2.0 ends on May 8th! You can still participate 🏆</span>
|
||||
</span>
|
||||
|
||||
<span className='hidden items-center space-x-2 px-3 lg:flex'>
|
||||
|
@ -49,6 +49,8 @@ const Index = () => {
|
||||
<meta property='twitter:url' content='https://wasp-lang.dev/' />
|
||||
<meta property='twitter:title' content='Develop full-stack web apps without boilerplate.' />
|
||||
<meta property='twitter:image' content={waspLogo} />
|
||||
|
||||
<script id="wasp-langdev-2392a8eb" src="https://letsask.ai/widget.js"></script>
|
||||
</Head>
|
||||
<Nav />
|
||||
<div className='min-h-screen'>
|
||||
|
Loading…
Reference in New Issue
Block a user