Add icons
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jack Hadrill 2021-01-03 22:16:45 +00:00
parent f1c93d01f4
commit 449cbb708d
1 changed files with 7 additions and 0 deletions

View File

@ -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>