Fix svg paths

This commit is contained in:
Seth Call 2024-12-01 13:38:29 -06:00
parent 27b66783c1
commit 531bf25376
1 changed files with 5 additions and 5 deletions

View File

@ -45,19 +45,19 @@
<%= I18n.t "mailer_layout.footer.connect_with_us" -%> <%= I18n.t "mailer_layout.footer.connect_with_us" -%>
</span> </span>
<a href="https://www.facebook.com/JamKazam/" target="_blank" style="text-decoration: none;"> <a href="https://www.facebook.com/JamKazam/" target="_blank" style="text-decoration: none;">
<img src="<%= asset_url("/email/fb-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="Facebook" style="width: 24px; height: 24px; margin: 0 5px;"> <img src="<%= asset_url("images/email/fb-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="Facebook" style="width: 24px; height: 24px; margin: 0 5px;">
</a> </a>
<a href="https://www.instagram.com/jamkazamofficial" target="_blank" style="text-decoration: none;"> <a href="https://www.instagram.com/jamkazamofficial" target="_blank" style="text-decoration: none;">
<img src="<%= asset_url("/email/instagram-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="Instagram" style="width: 24px; height: 24px; margin: 0 5px;"> <img src="<%= asset_url("images/email/instagram-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="Instagram" style="width: 24px; height: 24px; margin: 0 5px;">
</a> </a>
<a href="https://www.tiktok.com/@jamkazamofficial" target="_blank" style="text-decoration: none;"> <a href="https://www.tiktok.com/@jamkazamofficial" target="_blank" style="text-decoration: none;">
<img src="<%= asset_url("/email/tiktok-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="TikTok" style="width: 24px; height: 24px; margin: 0 5px;"> <img src="<%= asset_url("images/email/tiktok-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="TikTok" style="width: 24px; height: 24px; margin: 0 5px;">
</a> </a>
<a href="https://www.youtube.com/@jamkazam" target="_blank" style="text-decoration: none;"> <a href="https://www.youtube.com/@jamkazam" target="_blank" style="text-decoration: none;">
<img src="<%= asset_url("/email/youtube-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="YouTube" style="width: 24px; height: 24px; margin: 0 5px;"> <img src="<%= asset_url("images/email/youtube-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="YouTube" style="width: 24px; height: 24px; margin: 0 5px;">
</a> </a>
<a href="https://x.com/jamkazam" target="_blank" style="text-decoration: none;"> <a href="https://x.com/jamkazam" target="_blank" style="text-decoration: none;">
<img src=<%= asset_url("/email/twitter-x-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="X.com" style="width: 24px; height: 24px; margin: 0 5px;"> <img src=<%= asset_url("images/email/twitter-x-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="X.com" style="width: 24px; height: 24px; margin: 0 5px;">
</a> </a>
</div> </div>
<p> <p>