lp: put GPT starter into announcement bar.

This commit is contained in:
Matija Sosic 2023-07-14 14:22:09 +02:00
parent d554506bc8
commit bb53b057b2

View File

@ -9,7 +9,8 @@ const Announcement = () => {
let history = useHistory();
const handleLink = () => {
history.push('/blog/2023/06/30/tutorial-jam')
window.open('https://magic-app-generator.wasp-lang.dev/')
//history.push('/blog/2023/06/30/tutorial-jam')
//history.push('/#signup')
//window.open('https://twitter.com/MatijaSosic/status/1646532181324603395')
@ -39,7 +40,7 @@ const Announcement = () => {
`}
>
<span className='item-center flex gap-2 px-3'>
<span>📝 Join our Tutorial Jam #1 and win cool prizes!</span>
<span>Try our GPT-Powered Web App Starter!</span>
</span>
<span className='hidden items-center space-x-2 px-3 lg:flex'>
@ -49,7 +50,7 @@ const Announcement = () => {
hover:bg-neutral-600
`}
>
Learn more
Generate your app 🤖
</span>
</span>
</div>