diff --git a/framework/core/js/admin/src/components/DashboardPage.js b/framework/core/js/admin/src/components/DashboardPage.js index c0f565591..0c12a2e00 100644 --- a/framework/core/js/admin/src/components/DashboardPage.js +++ b/framework/core/js/admin/src/components/DashboardPage.js @@ -6,9 +6,14 @@ export default class DashboardPage extends Component {

Welcome to Flarum Beta

-

Thanks for trying out Flarum! You are running version {app.forum.attribute('version')}.

-

This is beta software, and should not be used in production. If you run into any trouble, please read the Troubleshooting docs. You can get further help on the support forum and report bugs on GitHub.

-

If you'd like to contribute, check out the Contributing page.

+

Thanks for trying out Flarum! You are running version {app.forum.attribute('version')}. This is beta software, and should not be used in production.

+
); diff --git a/framework/core/less/admin/DashboardPage.less b/framework/core/less/admin/DashboardPage.less index 1c5c70380..fceee2a30 100644 --- a/framework/core/less/admin/DashboardPage.less +++ b/framework/core/less/admin/DashboardPage.less @@ -2,7 +2,7 @@ background: @control-bg; color: @control-color; min-height: 100vh; - font-size: 16px; + font-size: 14px; line-height: 1.7; @media @desktop-up { @@ -14,7 +14,7 @@ } h2 { - font-size: 30px; + font-size: 26px; font-weight: 300; margin-top: 0; }