mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 10:32:44 +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' => [],
|
||||
'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. <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 = [];
|
||||
$session = [];
|
||||
|
|
Loading…
Reference in New Issue
Block a user