Skip to content

Commit

Permalink
Make link visible
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Oct 2, 2019
1 parent e101fe0 commit 4229c87
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/src/components/SharedLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,12 @@ function SharedLayout({ title, noPad = false, children }: SharedLayoutProps) {
{process.env.T_AND_C_URL ? (
<span>
{" "}
<a href={process.env.T_AND_C_URL}>Terms and conditions</a>
<a
style={{ color: "#fff", textDecoration: "underline" }}
href={process.env.T_AND_C_URL}
>
Terms and conditions
</a>
</span>
) : null}
</Text>
Expand Down

0 comments on commit 4229c87

Please sign in to comment.