Skip to content

Commit 9bd398d

Browse files
committed
previous app in black link to not emphasize it
1 parent b6e17cc commit 9bd398d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/pages/login.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,13 @@ export default function Login(): JSX.Element {
5454
}}
5555
>
5656
Looking for the previous version of CodePod? You can find it at{" "}
57-
<a href="https://app.codepod.io" target="_blank">
57+
<a
58+
href="https://app.codepod.io"
59+
target="_blank"
60+
style={{
61+
color: "black",
62+
}}
63+
>
5864
app.codepod.io (deprecated)
5965
</a>
6066
. Note that this version is deprecated and the{" "}

0 commit comments

Comments
 (0)