@n3wth/ui 0.6.0 → 0.6.1
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.
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5945,9 +5945,9 @@ function N1({
|
|
|
5945
5945
|
}
|
|
5946
5946
|
const qu = [
|
|
5947
5947
|
{ name: "n3wth", href: "https://n3wth.com" },
|
|
5948
|
-
{ name: "
|
|
5949
|
-
{ name: "
|
|
5950
|
-
{ name: "
|
|
5948
|
+
{ name: "n3wth/skills", href: "https://skills.n3wth.com" },
|
|
5949
|
+
{ name: "n3wth/ui", href: "https://ui.n3wth.com" },
|
|
5950
|
+
{ name: "n3wth/garden", href: "https://garden.n3wth.com" }
|
|
5951
5951
|
], Uu = [
|
|
5952
5952
|
{ label: "Terms", href: "/terms" },
|
|
5953
5953
|
{ label: "Privacy", href: "/privacy" }
|