From ed7b5cb237a2d1e2df5f0d210b1730c43e4751cd Mon Sep 17 00:00:00 2001 From: Saeid Zareie Date: Sun, 30 Jun 2024 20:07:03 +0330 Subject: [PATCH] chore: fixing constant link --- apps/www/src/content/docs/contribution.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/www/src/content/docs/contribution.md b/apps/www/src/content/docs/contribution.md index 2d3a193f..77a52ec7 100644 --- a/apps/www/src/content/docs/contribution.md +++ b/apps/www/src/content/docs/contribution.md @@ -6,6 +6,8 @@ description: Learn on how to contribute to shadcn/vue. import { Button } from "@/lib/registry/new-york/ui/button" const latestSyncCommitTag = "06cc0cdf3d080555d26abbe6639f2d7f6341ec73" + +const latestSyncCommitUrl = `https://github.com/shadcn-ui/ui/commit/${latestSyncCommitTag}` const diffUrl = `https://github.com/shadcn-ui/ui/compare/${latestSyncCommitTag}...main` @@ -336,9 +338,10 @@ You'll need to extend `PrimitiveProps` in your props to support `Primitive` comp ## Updating with `shadcn/ui` `shadcn/vue` is an unofficial, community-led Vue port of `shadcn/ui`, as time goes by, they might get out of sync. -as of today, we are in sync with this [commit](https://github.com/shadcn-ui/ui/commit/06cc0cdf3d080555d26abbe6639f2d7f6341ec73) of `shadcn/ui`. -There is a recommended process to keep track of the updates and applying them here in `shadcn/vue`, click on the following link to check if there are newer commits that we should be synced with. +As of today, we are in sync with this commit of `shadcn/ui`. + +Click on the following link to check if there are newer commits that we should be synced with.