diff --git a/.all-contributorsrc b/.all-contributorsrc
index e774e4384..5f901d818 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -224,6 +224,18 @@
"contributions": [
"review"
]
+ },
+ {
+ "login": "chotuaashiq",
+ "name": "Akshat Maheshwari",
+ "avatar_url": "https://avatars2.githubusercontent.com/u/33116648?v=4",
+ "profile": "https://github.com/chotuaashiq",
+ "contributions": [
+ "code",
+ "design",
+ "doc",
+ "tool"
+ ]
}
]
}
diff --git a/README.md b/README.md
index 28198fa0a..5cebb1343 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Coderplex Website
-[](#contributors)
+[](#contributors)
[](https://greenkeeper.io/) [](https://github.com/sindresorhus/xo) [](https://github.com/prettier/prettier) [](https://travis-ci.org/coderplex/coderplex) [](https://github.com/coderplex/coderplex/blob/master/LICENSE)
@@ -30,7 +30,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| [
buoyantair](https://github.com/buoyantair)
[💻](https://github.com/coderplex/coderplex/commits?author=buoyantair "Code") | [
Jeffrey Berry](https://github.com/jberry93)
[💻](https://github.com/coderplex/coderplex/commits?author=jberry93 "Code") | [
Sebastian](https://github.com/HerrVoennchen)
[💻](https://github.com/coderplex/coderplex/commits?author=HerrVoennchen "Code") | [
Hafiz T](https://github.com/hafiz703)
[💻](https://github.com/coderplex/coderplex/commits?author=hafiz703 "Code") | [
Raja Sekhar Karanam](https://github.com/rkaranam)
[📖](https://github.com/coderplex/coderplex/commits?author=rkaranam "Documentation") | [
sreenivas alapati](https://twitter.com/CgCnu)
[💻](https://github.com/coderplex/coderplex/commits?author=cg-cnu "Code") | [
Luis Lacruz](https://about.me/luislacruz)
[💻](https://github.com/coderplex/coderplex/commits?author=luixlacrux "Code") |
| [
Mazin Majid](https://github.com/majidmazin)
[📖](https://github.com/coderplex/coderplex/commits?author=majidmazin "Documentation") | [
loangelak](https://github.com/loangelak)
[💻](https://github.com/coderplex/coderplex/commits?author=loangelak "Code") | [
Atte Niemi](http://twitter.com/HursCode)
[💻](https://github.com/coderplex/coderplex/commits?author=hur "Code") | [
tdeschryver](https://github.com/tdeschryver)
[💻](https://github.com/coderplex/coderplex/commits?author=tdeschryver "Code") | [
Alicia Perez](http://www.linkedin.com/in/aliciapr)
[💻](https://github.com/coderplex/coderplex/commits?author=aliciaphes "Code") | [
abiduzz420](https://medium.com/@abiduzair420)
[💻](https://github.com/coderplex/coderplex/commits?author=abiduzz420 "Code") [📢](#talk-abiduzz420 "Talks") | [
thepriefy](https://github.com/thepriefy)
[💻](https://github.com/coderplex/coderplex/commits?author=thepriefy "Code") |
-| [
Aravind Balla](http://aravindballa.com)
[👀](#review-aravindballa "Reviewed Pull Requests") |
+| [
Aravind Balla](http://aravindballa.com)
[👀](#review-aravindballa "Reviewed Pull Requests") | [
Akshat Maheshwari](https://github.com/chotuaashiq)
[💻](https://github.com/coderplex/coderplex/commits?author=chotuaashiq "Code") [🎨](#design-chotuaashiq "Design") [📖](https://github.com/coderplex/coderplex/commits?author=chotuaashiq "Documentation") [🔧](#tool-chotuaashiq "Tools") |
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
diff --git a/pages/events.js b/pages/events.js
index 1e18cb4b0..71f86b2af 100644
--- a/pages/events.js
+++ b/pages/events.js
@@ -30,7 +30,7 @@ export default class Events extends React.Component {
pastEvents: [],
pastEventsLoadLimit: 2,
futureEvents: [],
- futureEventsLoadLimit: 2,
+ futureEventsLoadLimit: 1,
fetchError: null,
loading: true,
};