lp: removed annoucement bar.

This commit is contained in:
Matija Sosic 2022-12-20 16:03:25 +01:00
parent b36e82d3d6
commit 8c7f8bc445
2 changed files with 3 additions and 1 deletions

View File

@ -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' 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'
], ],
themeConfig: { themeConfig: {
/*
announcementBar: { announcementBar: {
id: 'Beta_is_here', id: 'Beta_is_here',
content: 'Wasp Hackathon #1 is underway! 🚀 <a href="https://betathon.wasp-lang.dev/">Join now</a>', content: 'Wasp Hackathon #1 is underway! 🚀 <a href="https://betathon.wasp-lang.dev/">Join now</a>',
@ -26,6 +27,7 @@ module.exports = {
textColor: '#fff', textColor: '#fff',
isCloseable: false, isCloseable: false,
}, },
*/
navbar: { navbar: {
title: '.wasp (beta)', title: '.wasp (beta)',
logo: { logo: {

View File

@ -119,7 +119,7 @@ const Nav = () => {
return ( return (
<> <>
<Announcement /> {/* <Announcement /> */}
<div className='sticky top-0 z-50'> <div className='sticky top-0 z-50'>
<div className='bg-[#f5f4f0] absolute top-0 h-full w-full opacity-80'></div> <div className='bg-[#f5f4f0] absolute top-0 h-full w-full opacity-80'></div>
<nav className='border-b backdrop-blur-sm'> <nav className='border-b backdrop-blur-sm'>