Skip to content

Commit

Permalink
Merge pull request #88 from ieeemysight4rehab/dev
Browse files Browse the repository at this point in the history
Removed Events page and routes and bumped version to 2.1.0
  • Loading branch information
jerrychong25 authored Oct 8, 2020
2 parents b5e3987 + 1570535 commit 8886e98
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 55 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ieeemysight4rehab-website",
"version": "2.0.1",
"version": "2.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
11 changes: 0 additions & 11 deletions src/components/common/BottomNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,6 @@
<v-icon>star</v-icon>
</v-btn>

<v-btn
color="#518FF5"
flat
value="events"
router
to="/events"
>
<span>Events</span>
<v-icon>rounded_corner</v-icon>
</v-btn>

<v-btn
color="#518FF5"
flat
Expand Down
5 changes: 0 additions & 5 deletions src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ export default new Router({
name: 'about',
component: () => import('./views/About.vue')
},
{
path: '/events',
name: 'events',
component: () => import('./views/Events.vue')
},
{
path: '/achievements',
name: 'achievements',
Expand Down
1 change: 0 additions & 1 deletion src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default new Vuex.Store({
{ text: 'Home', to: '/', icon:'home'},
{ text: 'About', to: '/about', icon: 'toc'},
{ text: 'Achievements', to: '/achievements', icon: 'star'},
{ text: 'Events', to: '/events', icon: 'rounded_corner'},
{ text: 'Team', to: '/team', icon:'group'},
{ text: 'Contact', to: '/contact', icon:'person'}
]
Expand Down
36 changes: 0 additions & 36 deletions src/views/Events.vue

This file was deleted.

0 comments on commit 8886e98

Please sign in to comment.