From 33b08da026f3017b3e4d8e3033989eb42eb5a3e0 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 28 Oct 2020 16:44:39 +0000 Subject: [PATCH] Make the created link actually a link --- src/components/CreateLinkTile.scss | 5 +++++ src/components/CreateLinkTile.tsx | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/CreateLinkTile.scss b/src/components/CreateLinkTile.scss index 31d0259..e302aff 100644 --- a/src/components/CreateLinkTile.scss +++ b/src/components/CreateLinkTile.scss @@ -31,6 +31,11 @@ limitations under the License. > a { color: $foreground; + font-weight: bold; + font-size: 24px; + line-height: 32px; + text-align: left; + text-decoration: underline; } .createLinkReset { diff --git a/src/components/CreateLinkTile.tsx b/src/components/CreateLinkTile.tsx index 2b92455..35950fd 100644 --- a/src/components/CreateLinkTile.tsx +++ b/src/components/CreateLinkTile.tsx @@ -128,7 +128,9 @@ const LinkCreatedTile: React.FC = (props) => {
New link
Go back to matrix.to home page -

{props.link}

+ + {props.link} +