From a24177b62ab7020fe841ed3cef27bca2c9d83b9c Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Wed, 18 Apr 2018 23:48:06 -0700 Subject: [PATCH] remove "class" prop in favor of "className" (#167) --- routes/_components/ExternalLink.html | 9 +-------- routes/_components/status/StatusDetails.html | 2 +- routes/_pages/settings/instances/[instanceName].html | 2 +- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/routes/_components/ExternalLink.html b/routes/_components/ExternalLink.html index bcece930..2523dd01 100644 --- a/routes/_components/ExternalLink.html +++ b/routes/_components/ExternalLink.html @@ -22,11 +22,4 @@ .external-link-with-icon.normal-icon-color .external-link-svg { fill: var(--body-text-color); } - - \ No newline at end of file + \ No newline at end of file diff --git a/routes/_components/status/StatusDetails.html b/routes/_components/status/StatusDetails.html index a0a57cc0..d46e0cb6 100644 --- a/routes/_components/status/StatusDetails.html +++ b/routes/_components/status/StatusDetails.html @@ -1,5 +1,5 @@
- Logged in as:
- {{'@' + verifyCredentials.acct}}