From df75c68ac433cc7a5af3730d351f697a8a900606 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 26 Feb 2015 15:30:07 +1030 Subject: [PATCH] Fix welcome hero link for demo --- src/Web/Actions/IndexAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/Actions/IndexAction.php b/src/Web/Actions/IndexAction.php index 483390a8d..680ba1696 100644 --- a/src/Web/Actions/IndexAction.php +++ b/src/Web/Actions/IndexAction.php @@ -20,7 +20,7 @@ class IndexAction extends Action 'EmberENV' => [], 'APP' => [], 'forumTitle' => Config::get('flarum::forum_title', 'Flarum Demo Forum'), - 'welcomeDescription' => 'Flarum is now at a point where you can have basic conversations, so here is a little demo for you to break. Learn more »' + 'welcomeDescription' => 'Flarum is now at a point where you can have basic conversations, so here is a little demo for you to break. Learn more »' ]; $data = []; $session = [];