Add tooltip
This commit is contained in:
parent
c1c203ce02
commit
53dd7af267
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ const {
|
|||
|
||||
// Components
|
||||
import Analytics from "@components/global/Analytics.astro";
|
||||
import { Tooltips } from 'astro-tooltips';
|
||||
|
||||
// Configuration
|
||||
import {SERVER_DOMAIN} from '@utils/GetConfig'
|
||||
|
@ -79,6 +80,7 @@ if (Astro.url.href.match('watch')) {
|
|||
<meta http-equiv="content-language" content="en-us">
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<script is:inline src="/service-worker.js"></script>
|
||||
<Tooltips interactive={false} delay={[15, 12]} />
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" type="image/png" sizes="256x256" href="/images/logo/Favicon.png">
|
||||
|
|
Reference in a new issue