@adminide-stack/clock-tik-browser 12.0.18-alpha.5 → 12.0.18-alpha.6

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.
@@ -331,7 +331,7 @@ function ClockbookHero({
331
331
  }), jsxs("div", {
332
332
  className: "cb-fade-in mt-8 flex flex-wrap justify-center gap-3",
333
333
  children: [jsx(Link, {
334
- to: "/get-started",
334
+ to: "https://app-v10.clockbook.com/",
335
335
  children: jsx(Button, {
336
336
  className: "cb-button-primary h-11 bg-[#E33A2C] px-6 text-white hover:bg-[#c82f23]",
337
337
  children: "Get started"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminide-stack/clock-tik-browser",
3
- "version": "12.0.18-alpha.5",
3
+ "version": "12.0.18-alpha.6",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -68,5 +68,5 @@
68
68
  "typescript": {
69
69
  "definition": "lib/index.d.ts"
70
70
  },
71
- "gitHead": "a83cb87dde9413b0f7924d83258b1fe2f1eaf5c5"
71
+ "gitHead": "5e57e34a8efa3303e12fbc4db44b59650771be8c"
72
72
  }