add bubble timeline

This commit is contained in:
FloatingGhost 2022-07-22 15:36:45 +01:00
parent 75024d8501
commit 18fc3a0ad5
11 changed files with 86 additions and 4 deletions

View file

@ -5,7 +5,8 @@ import {
faGlobe,
faBookmark,
faEnvelope,
faHome
faHome,
faCircle
} from '@fortawesome/free-solid-svg-icons'
library.add(
@ -13,7 +14,8 @@ library.add(
faGlobe,
faBookmark,
faEnvelope,
faHome
faHome,
faCircle
)
const TimelineMenuContent = {