[examples/openspending][sm] - remove links + fix bug
This commit is contained in:
@@ -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 }) => (
|
||||
|
||||
Reference in New Issue
Block a user