Skip to content

Commit 547e5dc

Browse files
committed
Set the component screenshot pointing to the github repository
1 parent 35937c3 commit 547e5dc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jest.config.js
1616
.env.development.local
1717
.env.test.local
1818
.env.production.local
19+
react-cookies-consent.png
1920

2021
# config
2122
.babelrc

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Example extends Component {
4343

4444
By default the rendered component will be fixed at the bottom and will look like this:
4545

46-
![React Cookies Consent Component](react-cookies-consent.png)
46+
![React Cookies Consent Component](https://github.com/aleph-engineering/react-cookies-consent/blob/master/react-cookies-consent.png)
4747

4848
But the styles can be modified by overriding this `css` classes:
4949
1. `.cookies-consent`: Entire Component container.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cuban-engineer/react-cookies-consent",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "React component for the managing the user awareness regarding cookies usage",
55
"main": "lib/index.js",
66
"module": "lib/index.es.js",

0 commit comments

Comments
 (0)