From 2eae489a88e66ed6070437a822b0a801a52c4e70 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Mon, 2 Aug 2021 13:44:54 +0100 Subject: [PATCH] add discord to top right credits --- src/views/Search.css | 2 ++ src/views/Search.js | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/Search.css b/src/views/Search.css index 7492e22e..6795e5a1 100644 --- a/src/views/Search.css +++ b/src/views/Search.css @@ -21,6 +21,7 @@ right: 1rem; top: 1rem; margin-top: 0 !important; + text-align: right; } .topRightCredits a, .topRightCredits a:visited { @@ -28,6 +29,7 @@ text-decoration: none; margin: 0; } + .topRightCredits a:hover, .topRightCredits a:active { color: var(--theme-color); text-decoration: none; diff --git a/src/views/Search.js b/src/views/Search.js index c6d20743..3abd3ae9 100644 --- a/src/views/Search.js +++ b/src/views/Search.js @@ -156,7 +156,9 @@ export function SearchView() { }
- Check it out on GitHub + Check it out on GitHub +
+ Join the Discord
)