From 53dd7af2678a81e1c5a5c1c9935635075c71aa40 Mon Sep 17 00:00:00 2001 From: Korbs Date: Sat, 10 Aug 2024 20:09:18 -0400 Subject: [PATCH] Add tooltip --- source/src/components/global/Head.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/src/components/global/Head.astro b/source/src/components/global/Head.astro index 42c9acc..a51bcc9 100755 --- a/source/src/components/global/Head.astro +++ b/source/src/components/global/Head.astro @@ -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')) { +