Skip to content

Commit

Permalink
Merge branch 'master' into 1.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadicjosh committed Sep 20, 2023
2 parents 1e45b57 + 92c439e commit 52dd0de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/views/home.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $this->block('content', function ($params) {
</p>

<p class="lead">
<a href="https://codefyphp.com/" class="btn btn-lg btn-light fw-bold border-white bg-white">Learn more</a>
<a href="https://codefyphp.com/documentation/" class="btn btn-lg btn-light fw-bold border-white bg-white">Learn more</a>
</p>
</main>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<h3 class="float-md-start mb-0"><?=$this->esc($title);?></h3>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link fw-bold py-1 px-0 active" aria-current="page" href="#">Home</a>
<a class="nav-link fw-bold py-1 px-0" href="https://codefyphp.com/">Docs</a>
<a class="nav-link fw-bold py-1 px-0" href="https://codefyphp.com/documentation/">Docs</a>
<a class="nav-link fw-bold py-1 px-0" href="https://codefyphp.com/community/">Community</a>
</nav>
</div>
Expand Down

0 comments on commit 52dd0de

Please sign in to comment.