Skip to content

Commit

Permalink
landing page cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
owsiakl committed Feb 7, 2024
1 parent 93e7037 commit cb9c5f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web/landing/src/Flow/Website/Controller/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cb9c5f1

Please sign in to comment.