diff --git a/README.md b/README.md index fd3f849..eccc540 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Datenel is a web UI component for selecting dates. It provides a customizable date picker panel that can be easily integrated into your React applications. -![A preview of Datenel components for SingleWeekPicker and SingleDayPicker](./marketing_assets/preview.png) +![A preview of Datenel components for SingleWeekPicker and SingleDayPicker](https://s2.loli.net/2025/02/21/CTnxMcEOg53WK9y.png) *Shadow border not included. Battery included.* diff --git a/marketing_assets/preview.png b/marketing_assets/preview.png deleted file mode 100644 index 73072bd..0000000 Binary files a/marketing_assets/preview.png and /dev/null differ diff --git a/package.json b/package.json index 443149e..784ddb3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ - "dist", - "marketing_assets" + "dist" ] }