Skip to content

Commit

Permalink
Updated artboards empty state message
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittwer committed Jan 19, 2019
1 parent ed8bbe2 commit 368ec78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Artboards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="empty-state" v-else>
<img src="@/assets/ftu-vector.svg" class="empty-state__image" alt="Welcome to Shift graphic">
<span class="empty-state__title">Welcome to Shift</span>
<p class="empty-state__body">You can create new screens in the Screens panel on the right.</p>
<p class="empty-state__body">You can create new screens in the Screens panel on the left.</p>
</div>
</template>

Expand Down

0 comments on commit 368ec78

Please sign in to comment.