From 0f35a8b6bd8cab95500380e95cd9377c3bfc8181 Mon Sep 17 00:00:00 2001 From: Andrew Boyd Date: Thu, 15 Aug 2024 13:55:41 -0400 Subject: [PATCH] docs: adds kickstart promo to tempo docs --- docs/components/KickStartCallout.vue | 174 +++++++++++++++++++++++ docs/components/TheHeader.vue | 2 + docs/components/content/Introduction.vue | 4 +- 3 files changed, 178 insertions(+), 2 deletions(-) create mode 100644 docs/components/KickStartCallout.vue diff --git a/docs/components/KickStartCallout.vue b/docs/components/KickStartCallout.vue new file mode 100644 index 0000000..13a7f76 --- /dev/null +++ b/docs/components/KickStartCallout.vue @@ -0,0 +1,174 @@ + + + diff --git a/docs/components/TheHeader.vue b/docs/components/TheHeader.vue index b9171ef..4dbe117 100644 --- a/docs/components/TheHeader.vue +++ b/docs/components/TheHeader.vue @@ -52,6 +52,8 @@ onMounted(() => { in JavaScript. + + diff --git a/docs/components/content/Introduction.vue b/docs/components/content/Introduction.vue index 2ebe9f0..1a7dc2e 100644 --- a/docs/components/content/Introduction.vue +++ b/docs/components/content/Introduction.vue @@ -14,8 +14,8 @@ native Date object — an important distinction from other libraries that provide custom date primitives. Under the hood, Tempo mines JavaScript's Intl.DateTimeFormat to extract complex data like - timezones offsets and locale aware date formats, giving you a simple API to - format, parse, and manipulate dates. + timezones offsets and locale aware date formats, giving you a simple API + to format, parse, and manipulate dates.