Skip to content

Commit

Permalink
Merge pull request #724 from michalv8/feature/menu-update
Browse files Browse the repository at this point in the history
Added link to coyote repo in navbar
  • Loading branch information
adam-boduch authored Jul 31, 2023
2 parents f5a9880 + 01604d7 commit 3165919
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/laravel-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
'(X)HTML' => ['url' => '(X)HTML'],
'CSS' => ['url' => 'CSS']
]
]
],
'Coyote' => [
'url' => 'https://github.com/pradoslaw/coyote',
'title' => 'Link do repozytorium na Github, dyskusja o 4programmers.net',
],
],
// _ na poczatku gdyz ten plugin korzysta z metody share() klasy View, a nazwa "forum" moze
// wchodzic w konflikt z innymi zmiennymi przekazywanymi do twiga
Expand Down

0 comments on commit 3165919

Please sign in to comment.