Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rename analytics to inolytics to bypass adblocker #223

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,22 @@ const lang = getLangFromUrl(Astro.url);
<html lang={lang}>
<head>
<meta charset="UTF-8" />
<meta name="description" content="Open source online retrospective & collaboration tool - fast onboarding, jump right into a session with your team" />
<meta
name="description"
content="Open source online retrospective & collaboration tool - fast onboarding, jump right into a session with your team"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1 viewport-fit=cover"
/>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
<script defer data-domain="scrumlr.io" src="https://analytics.prod.scrumlr.fra.ics.inovex.io/js/script.js"></script>
<script
defer
data-domain="scrumlr.io"
src="https://inolytics.inovex-gpt.fra.ics.inovex.io/js/script.js"
></script>
</head>
<body>
<div class="body_wrapper">
Expand Down Expand Up @@ -79,8 +86,8 @@ const lang = getLangFromUrl(Astro.url);

--darkmode-shadow: 0 2px 32px -12px #0f131b;

--light-blue: #E4E8F6;
--dark-blue-4: #5A647D;
--light-blue: #e4e8f6;
--dark-blue-4: #5a647d;

--light-grey-3: #edeff2;
--dark-grey: #939daa;
Expand Down
Loading