Skip to content

Commit

Permalink
Change navbar icon GitHub link to ArmaForces organization
Browse files Browse the repository at this point in the history
  • Loading branch information
3Mydlo3 committed Jan 5, 2023
1 parent 11e7e96 commit a5f95e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/packages/twig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ twig:
teamspeak: '%app.url.teamspeak%'
calendar: 'https://docs.google.com/spreadsheets/d/1t1158AsoxIwXI5FlPNjqbaXk6Cx7oq7Ocgchnsk2_TE'
github: 'https://github.com/ArmaForces/Website'
github_af: 'https://github.com/ArmaForces'

when@test:
twig:
Expand Down
4 changes: 2 additions & 2 deletions templates/_partial/navbar/_navbar_icons.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<ul class="navbar-nav nav-icons">
<!-- GitHub -->
<li class="nav-item">
<a href="{{ global.app.url.github }}" target="_blank" class="nav-link">
<i class="fab fa-github"></i>
<a href="{{ global.app.url.github_af }}" target="_blank" class="nav-link">
<i class="fab fa-github_af"></i>
</a>
</li>
<!--/ GitHub -->
Expand Down

0 comments on commit a5f95e9

Please sign in to comment.