Skip to content

Commit

Permalink
fix(docs): npm urls
Browse files Browse the repository at this point in the history
  • Loading branch information
SySagar committed Oct 22, 2024
1 parent 568e9b0 commit 4a1cde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/app/(home)/components/Wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Copy, Check } from 'lucide-react';
import { useEffect, useState } from 'react';

const Wrapper = ({ children }) => {
const textToCopy = 'npm install gitemo-cli -g';
const textToCopy = 'npm i @groovy-box/ui';

const [copySuccess, setCopySuccess] = React.useState('');

Expand Down

0 comments on commit 4a1cde2

Please sign in to comment.