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 {
125125 icon : 'icon-cursor' ,
126126 children : [
127127 {
128- name : 'Standard Buttons' ,
128+ name : 'Buttons' ,
129129 url : '/buttons/standard-buttons' ,
130130 icon : 'icon-cursor'
131131 } ,
@@ -140,8 +140,8 @@ export default {
140140 icon : 'icon-cursor'
141141 } ,
142142 {
143- name : 'Social Buttons' ,
144- url : '/buttons/social -buttons' ,
143+ name : 'Brand Buttons' ,
144+ url : '/buttons/brand -buttons' ,
145145 icon : 'icon-cursor'
146146 }
147147 ]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import Tooltips from '@/views/base/Tooltips'
3434import StandardButtons from '@/views/buttons/StandardButtons'
3535import ButtonGroups from '@/views/buttons/ButtonGroups'
3636import Dropdowns from '@/views/buttons/Dropdowns'
37- import SocialButtons from '@/views/buttons/SocialButtons '
37+ import BrandButtons from '@/views/buttons/BrandButtons '
3838
3939// Views - Icons
4040import Flags from '@/views/icons/Flags'
@@ -195,7 +195,7 @@ export default new Router({
195195 children : [
196196 {
197197 path : 'standard-buttons' ,
198- name : 'Standard Buttons' ,
198+ name : 'Buttons' ,
199199 component : StandardButtons
200200 } ,
201201 {
@@ -209,9 +209,9 @@ export default new Router({
209209 component : Dropdowns
210210 } ,
211211 {
212- path : 'social -buttons' ,
213- name : 'Social Buttons' ,
214- component : SocialButtons
212+ path : 'brand -buttons' ,
213+ name : 'Brand Buttons' ,
214+ component : BrandButtons
215215 }
216216 ]
217217 } ,
You can’t perform that action at this time.
0 commit comments