Move "Next Week" section in menu below "Next Month"
This commit is contained in:
parent
e0dcf1faa9
commit
00c1ed7ad7
16
src/App.vue
16
src/App.vue
@ -61,14 +61,6 @@
|
|||||||
Overview
|
Overview
|
||||||
</router-link>
|
</router-link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<router-link :to="{ name: 'showTasksInRange', params: {type: 'month'}}">
|
|
||||||
<span class="icon">
|
|
||||||
<icon :icon="['far', 'calendar-alt']"/>
|
|
||||||
</span>
|
|
||||||
Next Month
|
|
||||||
</router-link>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<router-link :to="{ name: 'showTasksInRange', params: {type: 'week'}}">
|
<router-link :to="{ name: 'showTasksInRange', params: {type: 'week'}}">
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
@ -77,6 +69,14 @@
|
|||||||
Next Week
|
Next Week
|
||||||
</router-link>
|
</router-link>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<router-link :to="{ name: 'showTasksInRange', params: {type: 'month'}}">
|
||||||
|
<span class="icon">
|
||||||
|
<icon :icon="['far', 'calendar-alt']"/>
|
||||||
|
</span>
|
||||||
|
Next Month
|
||||||
|
</router-link>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<router-link :to="{ name: 'listTeams'}">
|
<router-link :to="{ name: 'listTeams'}">
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user