Add icons
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
f1c93d01f4
commit
449cbb708d
|
@ -11,14 +11,17 @@ export default {
|
||||||
const items = [
|
const items = [
|
||||||
{
|
{
|
||||||
label: 'Home',
|
label: 'Home',
|
||||||
|
icon: 'pi pi-home',
|
||||||
to: '/'
|
to: '/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Host',
|
label: 'Host',
|
||||||
|
icon: 'pi pi-upload',
|
||||||
to: '/host'
|
to: '/host'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Join',
|
label: 'Join',
|
||||||
|
icon: 'pi pi-video',
|
||||||
to: '/join'
|
to: '/join'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -37,4 +40,8 @@ export default {
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
color: #2c3e50;
|
color: #2c3e50;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:focus {
|
||||||
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue