Skip to content

Commit

Permalink
Cleanup: remove unnecessary script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
orestbida committed Aug 29, 2023
1 parent 611affb commit 26bf431
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/advanced/ui-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,4 @@ You can disable all transitions simply by setting the transition duration to 0:
/** Make the buttons a bit rounder **/
--cc-btn-border-radius: 10px;
}
```

<script setup>
import pkg from '../../package.json';
const repoUrl = pkg.repository.url;
</script>
```

1 comment on commit 26bf431

@vercel
Copy link

@vercel vercel bot commented on 26bf431 Aug 29, 2023

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-v30-beta-orest.vercel.app

Please sign in to comment.