@andreagiugni/tailwind-dashboard-ui 0.5.7 → 0.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@ Dual ESM + CJS builds with TypeScript types. Every component — including the d
10
10
 
11
11
  ## Live preview
12
12
 
13
- [![TailDashboardUI component library preview](https://taildashboardui.com/opengraph-image)](https://taildashboardui.com)
13
+ [![TailDashboardUI component library preview](https://taildashboardui.com/assets/taildashboardui-preview.png)](https://taildashboardui.com)
14
14
 
15
15
  Explore every component with interactive previews, copy-ready snippets and complete prop
16
16
  references at **[taildashboardui.com](https://taildashboardui.com)**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andreagiugni/tailwind-dashboard-ui",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "description": "Reusable React + Tailwind CSS v4 dashboard components extracted from TailAdmin.",
5
5
  "homepage": "https://taildashboardui.com",
6
6
  "author": "Andrea Giugni",