mirror of
https://github.com/flarum/framework.git
synced 2025-04-02 07:01:13 +08:00
Fix welcome hero link for demo
This commit is contained in:
parent
f67098461d
commit
df75c68ac4
@ -20,7 +20,7 @@ class IndexAction extends Action
|
|||||||
'EmberENV' => [],
|
'EmberENV' => [],
|
||||||
'APP' => [],
|
'APP' => [],
|
||||||
'forumTitle' => Config::get('flarum::forum_title', 'Flarum Demo Forum'),
|
'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. <a href="http://flarum.dev/#/107/starting-a-new-discussion-title">Learn more »</a>'
|
'welcomeDescription' => 'Flarum is now at a point where you can have basic conversations, so here is a little demo for you to break. <a href="http://demo.flarum.org/#/1/welcome-to-the-first-public-demo-of-flarum">Learn more »</a>'
|
||||||
];
|
];
|
||||||
$data = [];
|
$data = [];
|
||||||
$session = [];
|
$session = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user