From 2ab787b352d1e3e0c529a0d763c7681dda10e523 Mon Sep 17 00:00:00 2001 From: Orest Bida Date: Sat, 17 Feb 2024 22:16:24 +0100 Subject: [PATCH] fix: github api requests rate issue (close #638) --- playground/src/components/sections/Header.astro | 2 +- playground/src/modules/fetchRelease.js | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/playground/src/components/sections/Header.astro b/playground/src/components/sections/Header.astro index 580b6888..f6fddec3 100644 --- a/playground/src/components/sections/Header.astro +++ b/playground/src/components/sections/Header.astro @@ -4,7 +4,7 @@ import { docsUrl, stackblitzUrl, repoUrl } from "../../data/metadata"; import { GithubIcon } from '../../data/icons'; ---
-

CookieConsent v3x.x

+

CookieConsent v3.0.0

A lightweight, GDPR and CCPA compliant Consent Management Tool written in vanilla JS.