{"version":3,"file":"component---src-pages-404-tsx-a02f76b29a5594b8b88c.js","mappings":"iMA+EA,UAxEqB,WAGjB,IAAMA,EAAQ,CACV,CAACC,MAAO,WAAYC,YAAY,qCAAuCC,KAAMC,EAAAA,KAC7E,CAACH,MAAO,SAAUC,YAAa,2DAA4DC,KAAME,EAAAA,KACjG,CAACJ,MAAO,WAAYC,YAAa,iDAAkDC,KAAMG,EAAAA,KACzF,CAACL,MAAO,SAAUC,YAAa,kCAAmCC,KAAMI,EAAAA,MAG5E,OACI,gBAAC,IAAD,KACI,gBAAC,IAAD,CAAKN,MAAM,mBACX,+BACI,uBAAKO,UAAU,YACX,wBAAMA,UAAU,iDACZ,uBAAKA,UAAU,mCACX,uBAAKA,UAAU,eACX,qBAAGA,UAAU,+DAAb,aAEA,sBAAIA,UAAU,yEAAd,6BAGA,qBAAGA,UAAU,8BAAb,qDAGJ,uBAAKA,UAAU,SACX,sBAAIA,UAAU,+DAAd,iBAEA,sBAAIC,KAAK,OACLD,UAAU,mEAENR,EAAMU,KAAI,SAACC,EAAMC,GAAP,OACN,sBAAIC,IAAKD,EAASJ,UAAU,4CACxB,uBAAKA,UAAU,iBAC3C,wBAAMA,UAAU,oEACd,gBAACG,EAAKR,KAAN,CAAWK,UAAU,wBAAwB,cAAY,WAG/B,uBAAKA,UAAU,kBACX,sBAAIA,UAAU,uCAC5C,wBACIA,UAAU,wFACZ,qBAAGM,KAAI,IAAMH,EAAKV,MAAMc,cAAiBP,UAAU,sBACjD,wBAAMA,UAAU,mBAAmB,cAAY,SAC5CG,EAAKV,SAIkB,qBAAGO,UAAU,2BAA2BG,EAAKT,cAEjD,uBAAKM,UAAU,6BACX,gBAAC,MAAD,CAAkBA,UAAU,wBACV,cAAY,eAKlD,uBAAKA,UAAU,QACX,qBAAGM,KAAK,IAAIN,UAAU,2DAAtB,kBACmB,wBAAM,cAAY,QAAlB","sources":["webpack://open-law-org-au-client/./src/pages/404.tsx"],"sourcesContent":["import React from 'react'\n\nimport Layout from '../components/layout'\nimport SEO from '../components/seo'\nimport {ChevronRightIcon} from '@heroicons/react/solid'\nimport {BookmarkAltIcon, BookOpenIcon, RssIcon, ViewListIcon} from '@heroicons/react/outline'\n\nconst NotFoundPage = () => {\n\n\n const links = [\n {title: 'Projects', description: `Learn about Open Law's initiatives`, icon: BookOpenIcon},\n {title: 'Access', description: 'See options for accessing Open Law projects and services', icon: ViewListIcon},\n {title: 'Webinars', description: 'Improve your legal research speed and know-how', icon: BookmarkAltIcon},\n {title: 'Events', description: 'Register for a training session', icon: RssIcon}\n ]\n\n return (\n \n \n
\n
\n
\n
\n
\n

404\n error

\n

\n This page does not exist.\n

\n

The page you are looking for could not be\n found.

\n
\n
\n

Popular\n pages

\n
    \n {\n links.map((link, linkIdx) => (\n
  • \n
    \n \n \n \n
    \n
    \n

    \n \n \n \n {link.title}\n \n \n

    \n

    {link.description}

    \n
    \n
    \n \n
    \n
  • \n ))}\n
\n \n
\n
\n
\n
\n
\n
\n )\n}\n\nexport default NotFoundPage\n"],"names":["links","title","description","icon","BookOpenIcon","ViewListIcon","BookmarkAltIcon","RssIcon","className","role","map","link","linkIdx","key","href","toLowerCase"],"sourceRoot":""}