feat(email): use Nxtgauge logo image instead of text logo

- Replace text 'NXTGAUGE' with actual logo image in email header
- Use hosted logo URL: https://nxtgauge.com/nxtgauge-logo.png
- Copy logo to email/public directory for future use
This commit is contained in:
Tracewebstudio Dev 2026-04-16 17:21:24 +02:00
parent 5ca90d111b
commit f3d686d076
2 changed files with 7 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

View file

@ -289,9 +289,13 @@
<div class="email-wrapper"> <div class="email-wrapper">
<!-- Header --> <!-- Header -->
<div class="email-header"> <div class="email-header">
<a href="https://nxtgauge.com" class="logo" <a href="https://nxtgauge.com">
>NXT<span>GAUGE</span></a <img
> src="https://nxtgauge.com/nxtgauge-logo.png"
alt="Nxtgauge"
style="height: 50px; width: auto; border: 0"
/>
</a>
</div> </div>
<!-- Dynamic Content --> <!-- Dynamic Content -->