mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 01:54:37 +03:00
Blog & docs: updated navbar CTAs for LW6.
This commit is contained in:
parent
45e95f2b0f
commit
c2aa2b1c4a
@ -22,15 +22,15 @@ module.exports = {
|
||||
'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap',
|
||||
],
|
||||
themeConfig: {
|
||||
/*
|
||||
|
||||
announcementBar: {
|
||||
id: 'Beta_is_here',
|
||||
content: 'Wasp Hackathon #1 is underway! 🚀 <a href="https://betathon.wasp-lang.dev/">Join now</a>',
|
||||
id: 'LW6',
|
||||
content: '<b>Launch Week #6</b>: July 17 - 22 🐝 <a href="/blog/2024/07/15/wasp-launch-week-six">See what\'s new</a>',
|
||||
backgroundColor: '#eab307',
|
||||
textColor: '#fff',
|
||||
isCloseable: false,
|
||||
},
|
||||
*/
|
||||
|
||||
imageZoom: {
|
||||
// CSS selector to apply the plugin to, defaults to '.markdown img'
|
||||
//selector: '.markdown img',
|
||||
|
@ -9,8 +9,10 @@ const Announcement = () => {
|
||||
let history = useHistory()
|
||||
|
||||
const handleLink = () => {
|
||||
history.push('/blog/2024/07/15/wasp-launch-week-six')
|
||||
|
||||
// window.open('https://magic-app-generator.wasp-lang.dev/')
|
||||
window.open('https://www.producthunt.com/posts/open-saas')
|
||||
//window.open('https://www.producthunt.com/posts/open-saas')
|
||||
//history.push('/blog/2023/06/30/tutorial-jam')
|
||||
//history.push('/#signup')
|
||||
|
||||
@ -41,7 +43,7 @@ const Announcement = () => {
|
||||
`}
|
||||
>
|
||||
<span className="item-center flex gap-2 px-3">
|
||||
<span>Our free SaaS starter is live on Product Hunt!</span>
|
||||
<span><b>🐝 Launch Week #6: 🐝</b> July 17 - 22</span>
|
||||
</span>
|
||||
|
||||
<span className="hidden items-center space-x-2 px-3 lg:flex">
|
||||
@ -52,7 +54,7 @@ const Announcement = () => {
|
||||
`}
|
||||
>
|
||||
{/* Generate your app 🤖 → */}
|
||||
Support Open SaaS 🙏 →
|
||||
See what's new 🪩 →
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user