Skip to content

Commit

Permalink
Restructured the About page
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Dec 2, 2024
1 parent 0a1b95c commit 5fa99a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Pages/AboutController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ class AboutController extends AbstractController
{
public function index(): Response
{
return $this->render('pages/about.html.twig');
return $this->render('pages/about/index.html.twig');
}
}
File renamed without changes.

0 comments on commit 5fa99a1

Please sign in to comment.