diff --git a/README.md b/README.md index e3dda8c..5410c9a 100644 --- a/README.md +++ b/README.md @@ -18,23 +18,13 @@ navigation menu with a "Mega Menu"! ## View demo Visit: -[https://react-mega-menu.netlify.app](https://react-mega-menu.netlify.app) - -[![Netlify Status](https://api.netlify.com/api/v1/badges/5987a8b7-c2f7-419d-9484-5524a4e05815/deploy-status)](https://app.netlify.com/sites/react-mega-menu/deploys) - -## Build status - -[![Netlify Status](https://api.netlify.com/api/v1/badges/5987a8b7-c2f7-419d-9484-5524a4e05815/deploy-status)](https://app.netlify.com/sites/react-mega-menu/deploys) +[https://react-mega-menu-demo.vercel.app](https://react-mega-menu-demo.vercel.app) ## Deploy -### Netlify - -[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default) - ### Vercel -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/gatsbyjs/gatsby-starter-default) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/project?template=https://github.com/jasonrundell/react-mega-menu-demo) ## Special Thanks diff --git a/package-lock.json b/package-lock.json index 4c7607a..1d26bff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jasonrundell/react-mega-menu", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@jasonrundell/react-mega-menu", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.1", diff --git a/package.json b/package.json index 52a576e..ab56a83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jasonrundell/react-mega-menu", - "version": "1.6.0", + "version": "1.6.1", "author": "jasonrundell ", "source": "./src/index.js", "main": "lib/index.js",