Skip to content

Commit 7ffae2b

Browse files
committed
updated loading indicators
1 parent 5f5a8a2 commit 7ffae2b

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

nuxt.config.js

+8-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
{
2727
rel: 'icon',
2828
type: 'image/x-icon',
29-
href: '/favicon_amber.png'
29+
href: '/favicon.ico'
3030
},
3131
{
3232
rel: 'stylesheet',
@@ -40,7 +40,13 @@ module.exports = {
4040
** Customize the progress-bar color
4141
*/
4242
loading: {
43-
color: '#fff'
43+
color: '#FFCA28',
44+
height: '3px',
45+
duration: 5000
46+
},
47+
loadingIndicator: {
48+
name: 'circle',
49+
color: '#FFCA28'
4450
},
4551

4652
/*

static/favicon.ico

53.2 KB
Binary file not shown.

static/favicon_amber.png

-10.1 KB
Binary file not shown.

static/v.png

-5.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)