Skip to content

Commit

Permalink
revert change to "about app"
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneZb committed May 20, 2022
1 parent 00f0f81 commit 2d90125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Composers/AppComposer.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function __construct(DateFactory $dates, Repository $config)
*/
public function compose(View $view)
{
$view->withAboutApp('about this app');
$view->withAboutApp(Markdown::convertToHtml($this->config->get('setting.app_about')));
$view->withAppAnalytics($this->config->get('setting.app_analytics'));
$view->withAppAnalyticsGoSquared($this->config->get('setting.app_analytics_gs'));
$view->withAppAnalyticsPiwikUrl($this->config->get('setting.app_analytics_piwik_url'));
Expand Down

0 comments on commit 2d90125

Please sign in to comment.