Skip to content

Commit

Permalink
Merge pull request #208 from Sebbo94BY/Move-footer-issue-text-to-tooltip
Browse files Browse the repository at this point in the history
Move footer "issue" text to tooltip and change icon
  • Loading branch information
Sebbo94BY authored Oct 27, 2023
2 parents 54eb12e + f5a60d5 commit e20ae99
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions laravel/resources/views/layouts/footer-main.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
<span data-bs-toggle="tooltip" data-bs-placement="top" data-bs-html="true" title="GITHUB"><i class="fa-brands fa-github text-primary fa-xl me-1"></i></span>
</span>
<span>
<i class="fa-solid fa-bullseye fa-fade fa-xl me-1 text-danger"></i>
<a href="https://github.com/Sebbo94BY/teamspeak-dynamic-banner/issues/new/choose" target="_blank">{{ __("views/layouts/footer-main.feature_request_report_issue_link") }}</a>
<a href="https://github.com/Sebbo94BY/teamspeak-dynamic-banner/issues/new/choose" target="_blank">
<span data-bs-toggle="tooltip" data-bs-placement="top" data-bs-html="true" title="{{ __('views/layouts/footer-main.feature_request_report_issue_link') }}">
<i class="fa-solid fa-ticket text-primary fa-xl me-1"></i>
</span>
</a>
</span>
</div>
</footer>
Expand Down

0 comments on commit e20ae99

Please sign in to comment.