mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-26 22:36:01 +03:00
lp: removed annoucement bar.
This commit is contained in:
parent
b36e82d3d6
commit
8c7f8bc445
@ -19,6 +19,7 @@ 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>',
|
||||
@ -26,6 +27,7 @@ module.exports = {
|
||||
textColor: '#fff',
|
||||
isCloseable: false,
|
||||
},
|
||||
*/
|
||||
navbar: {
|
||||
title: '.wasp (beta)',
|
||||
logo: {
|
||||
|
@ -119,7 +119,7 @@ const Nav = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Announcement />
|
||||
{/* <Announcement /> */}
|
||||
<div className='sticky top-0 z-50'>
|
||||
<div className='bg-[#f5f4f0] absolute top-0 h-full w-full opacity-80'></div>
|
||||
<nav className='border-b backdrop-blur-sm'>
|
||||
|
Loading…
Reference in New Issue
Block a user