Skip to content

Commit

Permalink
Merge pull request #27 from Puskar-Roy/dev
Browse files Browse the repository at this point in the history
feat : changes
  • Loading branch information
Puskar-Roy authored Jul 3, 2024
2 parents fe62df3 + 87eb2f3 commit 77c1f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/main-cli/cli/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const {
dataBasePrompt,
backendPrompt,
jsPrompt,
nestPrompt,
nestPrompt,
nestJsOrmPromt,
servicePrompt,
existingAPIPromt,
Expand Down
2 changes: 1 addition & 1 deletion apps/web/app/(docs)/docs/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const page = () => {
href="/"
className="bg-gradient-to-r from-gray-800 to-black px-4 py-2 rounded-full text-sm text-slate-300 z-10 border border-gray-600 hover:scale-105 duration-200 hover:border-gray-800 hover:from-black hover:to-gray-900 hover:text-white"
>
Go Home
Go Home 🚀
</Link>
</div>
</div>
Expand Down

0 comments on commit 77c1f15

Please sign in to comment.