Skip to content

Commit

Permalink
Add link option for Clubs; Release v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BowenYin committed Oct 9, 2020
1 parent 6492b88 commit 16f5dbd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions 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": "harker-bell",
"version": "2.5.0",
"version": "2.5.1",
"private": true,
"author": "Bowen Yin",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<v-row>
<v-col>
<period-setting v-for="i in 7" :key="i" :num="i" :settings="settings"></period-setting>
<link-setting v-for="x in ['Advisory', 'Class Meeting', 'Office Hours']" :key="x" :name="x" :settings="settings"></link-setting>
<link-setting v-for="x in ['Advisory', 'Class Meeting', 'Office Hours', 'Clubs']" :key="x" :name="x" :settings="settings"></link-setting>
</v-col>
</v-row>
<v-row>
Expand Down

0 comments on commit 16f5dbd

Please sign in to comment.