File tree Expand file tree Collapse file tree 4 files changed +300
-300
lines changed Expand file tree Collapse file tree 4 files changed +300
-300
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ export default {
125
125
icon : 'icon-cursor' ,
126
126
children : [
127
127
{
128
- name : 'Standard Buttons' ,
128
+ name : 'Buttons' ,
129
129
url : '/buttons/standard-buttons' ,
130
130
icon : 'icon-cursor'
131
131
} ,
@@ -140,8 +140,8 @@ export default {
140
140
icon : 'icon-cursor'
141
141
} ,
142
142
{
143
- name : 'Social Buttons' ,
144
- url : '/buttons/social -buttons' ,
143
+ name : 'Brand Buttons' ,
144
+ url : '/buttons/brand -buttons' ,
145
145
icon : 'icon-cursor'
146
146
}
147
147
]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import Tooltips from '@/views/base/Tooltips'
34
34
import StandardButtons from '@/views/buttons/StandardButtons'
35
35
import ButtonGroups from '@/views/buttons/ButtonGroups'
36
36
import Dropdowns from '@/views/buttons/Dropdowns'
37
- import SocialButtons from '@/views/buttons/SocialButtons '
37
+ import BrandButtons from '@/views/buttons/BrandButtons '
38
38
39
39
// Views - Icons
40
40
import Flags from '@/views/icons/Flags'
@@ -195,7 +195,7 @@ export default new Router({
195
195
children : [
196
196
{
197
197
path : 'standard-buttons' ,
198
- name : 'Standard Buttons' ,
198
+ name : 'Buttons' ,
199
199
component : StandardButtons
200
200
} ,
201
201
{
@@ -209,9 +209,9 @@ export default new Router({
209
209
component : Dropdowns
210
210
} ,
211
211
{
212
- path : 'social -buttons' ,
213
- name : 'Social Buttons' ,
214
- component : SocialButtons
212
+ path : 'brand -buttons' ,
213
+ name : 'Brand Buttons' ,
214
+ component : BrandButtons
215
215
}
216
216
]
217
217
} ,
You can’t perform that action at this time.
0 commit comments