Removed links to old author pages (which do not work anymore)

This commit is contained in:
Jan Böhmer 2023-02-05 21:12:44 +01:00
parent c088742dda
commit 8447b8b42a
2 changed files with 1 additions and 5 deletions

View file

@ -85,6 +85,7 @@ class HomepageController extends AbstractController
'banner' => $this->getBanner(),
'git_branch' => $versionInfo->getGitBranchName(),
'git_commit' => $versionInfo->getGitCommitHash(),
'show_first_steps' => true,
'datatable' => $table,
]);
}