We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e17cc commit 9bd398dCopy full SHA for 9bd398d
src/pages/login.tsx
@@ -54,7 +54,13 @@ export default function Login(): JSX.Element {
54
}}
55
>
56
Looking for the previous version of CodePod? You can find it at{" "}
57
- <a href="https://app.codepod.io" target="_blank">
+ <a
58
+ href="https://app.codepod.io"
59
+ target="_blank"
60
+ style={{
61
+ color: "black",
62
+ }}
63
+ >
64
app.codepod.io (deprecated)
65
</a>
66
. Note that this version is deprecated and the{" "}
0 commit comments