fix: link text size to small on welcome page. (#308)
This commit is contained in:
@@ -151,7 +151,7 @@ const WelcomePage = (props) => {
|
||||
/>
|
||||
<p>
|
||||
<Hyperlink
|
||||
className="mt-1 text-dark"
|
||||
className="mt-1 text-dark small"
|
||||
destination={getConfig().WELCOME_PAGE_SUPPORT_LINK}
|
||||
target="_blank"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user