diff --git a/web/landing/src/Flow/Website/Controller/DefaultController.php b/web/landing/src/Flow/Website/Controller/DefaultController.php index 0aa38bb2b..52be75097 100644 --- a/web/landing/src/Flow/Website/Controller/DefaultController.php +++ b/web/landing/src/Flow/Website/Controller/DefaultController.php @@ -38,11 +38,11 @@ public function example(string $topic, string $example) : Response #[Route('/', name: 'main')] public function main() : Response { -// TODO: uncomment and remove below code when frontpage features will be available -// return $this->render('main/index.html.twig', [ -// 'contributors' => $this->github->contributors(), -// 'topics' => $this->examples->topics(), -// ]); + // TODO: uncomment and remove below code when frontpage features will be available + // return $this->render('main/index.html.twig', [ + // 'contributors' => $this->github->contributors(), + // 'topics' => $this->examples->topics(), + // ]); $topics = $this->examples->topics(); $currentTopic = \current($topics);