Skip to content

Commit

Permalink
Changed text for a days empty state
Browse files Browse the repository at this point in the history
  • Loading branch information
Refrase committed Jan 18, 2017
1 parent 3b1cea2 commit 63a36c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DayBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h5 class="margin-bottom">{{ day }}</h5>
</div>
<div class="span-8">
<h2 class="dayBlock_emptyText" v-if="courses.length === 0">No courses - hurray!</h2>
<h2 class="dayBlock_emptyText" v-if="courses.length === 0">Freedom</h2>
<article-list
v-for="(course, index) in courses"
:currentUser="currentUser"
Expand Down

0 comments on commit 63a36c4

Please sign in to comment.