From b86649dc409e476abc51a865a86052905ce73281 Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Fri, 9 Feb 2024 10:35:58 -0500 Subject: [PATCH] docs: adds star lookup --- docs/components/GitHubStars.vue | 14 ++++++-------- docs/components/HeaderButtons.vue | 17 +++++------------ docs/components/TheHeader.vue | 4 ++-- docs/server/api/stars.ts | 0 4 files changed, 13 insertions(+), 22 deletions(-) create mode 100644 docs/server/api/stars.ts diff --git a/docs/components/GitHubStars.vue b/docs/components/GitHubStars.vue index cd651dd..a68a1f2 100644 --- a/docs/components/GitHubStars.vue +++ b/docs/components/GitHubStars.vue @@ -1,14 +1,12 @@ diff --git a/docs/components/HeaderButtons.vue b/docs/components/HeaderButtons.vue index f6baa7f..d5b19b9 100644 --- a/docs/components/HeaderButtons.vue +++ b/docs/components/HeaderButtons.vue @@ -31,21 +31,14 @@ function copyCode() { > - Get started - + + d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Z" + > + Star on GitHub (undefined) onMounted(() => { setTimeout(() => { showTagline.value = true - }, 1750) + }, 1450) }) @@ -15,7 +15,7 @@ onMounted(() => {