[examples/openspending][sm] - remove links + fix bug

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-05-30 14:44:56 -03:00
parent 4095247ca6
commit c6f8199cf0
2 changed files with 0 additions and 66 deletions

View File

@@ -53,18 +53,10 @@ export function Header() {
title: 'Resources',
href: '/resources',
children: [
{
title: 'IATI',
href: '/resources/iati',
},
{
title: 'Follow the money',
href: '/resources/journo',
},
{
title: 'OpenSpending.Mobi',
href: '/resources/mobi/',
},
{
title: 'Map of Spending Projects',
href: '/resources/map-of-spending-projects/',
@@ -125,7 +117,6 @@ function classNames(...classes) {
function Dropdown({ navItem }: { navItem: any }) {
const [showDropDown, setShowDropDown] = useState(false);
console.log(showDropDown);
return (
<Menu as="div" className="relative inline-block text-left">
{({ open }) => (