Skip to content

Commit

Permalink
Fix icons on buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Jan 19, 2024
1 parent a1bd344 commit 4e34ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/resources/templates/attack-data-and-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h3>ATT&amp;CK Navigator</h3>
Visit Repository
</span>
<span class="slide-button-icon">
<i class="fa-solid fa-up-right-from-square fa-sm"></i>
<i class="fa-brands fa-github"></i>
</span>
</button>
</a>
Expand All @@ -54,7 +54,7 @@ <h3>ATT&amp;CK Navigator</h3>
Open Application
</span>
<span class="slide-button-icon">
<i class="fa-brands fa-github"></i>
<i class="fa-solid fa-up-right-from-square fa-sm"></i>
</span>
</button>
</a>
Expand Down

0 comments on commit 4e34ca6

Please sign in to comment.