Skip to content

Commit

Permalink
chore: update branch url
Browse files Browse the repository at this point in the history
  • Loading branch information
orestbida committed Jan 20, 2024
1 parent 4aa126c commit 64e3919
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CookieConsent v3

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Latest version](https://img.shields.io/github/package-json/v/orestbida/cookieconsent/v3?color=2b4eed&label=Release)](https://github.com/orestbida/cookieconsent/releases/v3.0.0)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/orestbida/cookieconsent/tree/v3.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/orestbida/cookieconsent/tree/v3)
[![Latest version](https://img.shields.io/github/package-json/v/orestbida/cookieconsent?color=2b4eed&label=Release)](https://github.com/orestbida/cookieconsent/releases/v3.0.0)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/orestbida/cookieconsent.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/orestbida/cookieconsent)

A __lightweight__ & __gdpr compliant__ cookie consent plugin written in plain javascript.

Expand Down
2 changes: 1 addition & 1 deletion dist/cookieconsent.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cookieconsent.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/core/cookieconsent-core.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/core/cookieconsent-core.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/advanced/ui-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ document.documentElement.classList.add('cc--darkmode');
```

## Available css variables
You can develop your own theme by modifying/overriding the available css variables in [/src/scss/abstracts](https://github.com/orestbida/cookieconsent/tree/v3/src/scss/abstracts/).
You can develop your own theme by modifying/overriding the available css variables in [/src/scss/abstracts](https://github.com/orestbida/cookieconsent/src/scss/abstracts/).

More css variables:

Expand Down
8 changes: 4 additions & 4 deletions docs/essential/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ You can download/import the plugin using one of the following methods:
::: code-group

```sh [npm]
npm i vanilla-cookieconsent@next
npm i vanilla-cookieconsent@v3.0.0
```

```sh [pnpm]
pnpm add vanilla-cookieconsent@next
pnpm add vanilla-cookieconsent@v3.0.0
```

```sh [yarn]
yarn add vanilla-cookieconsent@next
yarn add vanilla-cookieconsent@v3.0.0
```

:::
Expand Down Expand Up @@ -426,7 +426,7 @@ You should now see the consent modal pop up!
You can also define [external translation files](/advanced/language-configuration.html#external-translations).
:::
If you're having trouble setting up the plugin, you can check out a few [demo examples](https://github.com/orestbida/cookieconsent/tree/v3/demo) on github.
If you're having trouble setting up the plugin, you can check out a few [demo examples](https://github.com/orestbida/cookieconsent/demo) on github.
<br>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/orestbida/cookieconsent/tree/v3"
"url": "https://github.com/orestbida/cookieconsent"
},
"keywords": [
"cookie",
Expand Down

1 comment on commit 64e3919

@vercel
Copy link

@vercel vercel bot commented on 64e3919 Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cookieconsent-docs – ./

cookieconsent-docs-orest.vercel.app
cookieconsent.orestbida.com
cookieconsent-docs-git-master-orest.vercel.app

Please sign in to comment.