✨ Favicon > Add favicon with notification
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import Connexion from '@/components/connexion'
|
||||
import ProjectsHub from '@/components/projects-hub'
|
||||
import Project from '@/components/project'
|
||||
import Favicon from '@/components/favicon'
|
||||
|
||||
export default
|
||||
{
|
||||
@@ -10,7 +11,8 @@ export default
|
||||
{
|
||||
Connexion,
|
||||
ProjectsHub,
|
||||
Project
|
||||
Project,
|
||||
Favicon
|
||||
},
|
||||
|
||||
computed:
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
<!-- Connexion -->
|
||||
<connexion></connexion>
|
||||
|
||||
<!-- Favicon -->
|
||||
<favicon></favicon>
|
||||
|
||||
<!-- Header -->
|
||||
<a class="application-header" href="#" @click.prevent="onHeaderClick">
|
||||
<img class="element background" src="../../../static/svg/header-background.svg" alt="">
|
||||
|
||||
Reference in New Issue
Block a user