Skip to content

Commit 20e26cc

Browse files
committed
refactor: btn-brand
social-buttons replaced by `brand-buttons`
1 parent 8ada829 commit 20e26cc

File tree

4 files changed

+300
-300
lines changed

4 files changed

+300
-300
lines changed

src/_nav.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
]

src/router/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import Tooltips from '@/views/base/Tooltips'
3434
import StandardButtons from '@/views/buttons/StandardButtons'
3535
import ButtonGroups from '@/views/buttons/ButtonGroups'
3636
import Dropdowns from '@/views/buttons/Dropdowns'
37-
import SocialButtons from '@/views/buttons/SocialButtons'
37+
import BrandButtons from '@/views/buttons/BrandButtons'
3838

3939
// Views - Icons
4040
import 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
},

0 commit comments

Comments
 (0)