2
0

Replace render_symbol method with inline_svg_tag usage (#29647)

This commit is contained in:
Matt Jankowski
2024-03-19 10:17:18 -04:00
committed by GitHub
parent bc6f9befde
commit d7ab5655ef
3 changed files with 3 additions and 14 deletions

View File

@@ -21,4 +21,4 @@
= yield
.logo-resources{ 'tabindex' => '-1', 'inert' => true, 'aria-hidden' => true }
= render_symbol :icon
= inline_svg_tag 'logo-symbol-icon.svg'