Skip to content

Commit

Permalink
feat: text emerald links
Browse files Browse the repository at this point in the history
  • Loading branch information
nimish-ks committed Dec 5, 2024
1 parent 3abb778 commit 8a16be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/webauth/[requestCode]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export default function WebAuth({ params }: { params: { requestCode: string } })
href="https://docs.phase.dev/cli/commands#auth"
target="_blank"
rel="noreferrer"
className="text-sm text-blue-500 hover:text-blue-600 dark:text-blue-400 dark:hover:text-blue-300"
className="text-sm text-emerald-500 hover:text-emerald-400 transition ease"
>
Phase CLI authentication documentation
</a>
Expand Down

0 comments on commit 8a16be0

Please sign in to comment.