Skip to content

Commit

Permalink
feat(v-next): add chrome extension link
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronConlon committed Aug 19, 2024
1 parent c45d103 commit 8d98248
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions apps/v-next/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Description from '@@/components/Description';
import SocialMediaShare from '@@/components/SocialMediaShare';
import { PROJECT } from '@shared/consts';
import { ArrowRight } from 'lucide-react';
import Image from 'next/image';
import Link from 'next/link';

Expand All @@ -25,6 +26,18 @@ export default function Home() {
</span>{' '}
multiple GitHub repos.
</p>
<p className="text-gray-500 mt-2 animate-pulse">
Yes!You can use my chrome extension too!{' '}
<Link
className="text-cyan-500"
target="_blank"
href={
'https://chromewebstore.google.com/detail/batch-delete-github-repos/feicmldgdemjfahddoplbbfhmkdbbkho'
}
>
<ArrowRight size={24} className="inline-block" />
</Link>
</p>
<div className="flex mt-8 gap-6 items-center">
<Link
href={'/action'}
Expand Down
2 changes: 1 addition & 1 deletion common/config/rush/.npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
#
# //registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}
#
registry=https://registry.npmjs.org/
registry=http://mirrors.cloud.tencent.com/npm/
always-auth=false

0 comments on commit 8d98248

Please sign in to comment.