diff --git a/pages/resources/index.tsx b/pages/resources/index.tsx index 662f02e7a82ed419890520a531d2fa9b4e3ed37a..c45197f1c018fef6d976846c2e08a7512ed69861 100644 --- a/pages/resources/index.tsx +++ b/pages/resources/index.tsx @@ -251,15 +251,4 @@ export async function getStaticProps(context) { services, }, } -} - - -/* -<a - key={community.name} - href={community.href} - className="group flex items-center px-3 py-2 text-sm font-medium text-gray-600 rounded-md hover:text-gray-900 hover:bg-gray-50" - > - <span className="truncate">{community.name}</span> - </a> - */ +} \ No newline at end of file