📅 Add calendar functionality
This commit is contained in:
parent
a5348a3c62
commit
1fa04fa4d9
3 changed files with 43 additions and 19 deletions
|
@ -37,8 +37,8 @@ export class Home extends LitElement {
|
|||
},
|
||||
{
|
||||
id: 2,
|
||||
href: 'calendar',
|
||||
name: 'Calendar',
|
||||
href: 'beacon',
|
||||
name: 'Beacon',
|
||||
color: '#FF8C00',
|
||||
icon: 'fa-solid:sun',
|
||||
},
|
||||
|
|
|
@ -38,7 +38,7 @@ export default class EveRouter extends LitElement {
|
|||
component: literal`arx-eve-home`,
|
||||
},
|
||||
{
|
||||
pattern: 'calendar',
|
||||
pattern: 'beacon',
|
||||
params: {},
|
||||
component: literal`arx-calendar-route`,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue