Skip to content

Commit

Permalink
feat: email
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlmaier committed Nov 25, 2024
1 parent d89d3e2 commit 00d5160
Show file tree
Hide file tree
Showing 2 changed files with 353 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/resources/views/vendor/mail/html/message.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img src="{{ $appLogo }}" class="logo" alt="{{ config('app.name') }}"
style="max-width: 300px;">
@else
<img src="{{ config('app.frontend_url') }}/logo-dark.svg" class="logo" alt="{{ config('app.name') }}"
<img src="{{ config('app.frontend_url') }}/logo-symbol.svg" class="logo" alt="{{ config('app.name') }}"
style="max-width: 300px;">
@endif
</x-mail::header>
Expand Down Expand Up @@ -37,7 +37,7 @@
{{-- In accordance with Section 7(b) of the AGPL, we ask that you retain the "Powered by Hi.Events" notice. --}}
{{-- If you wish to remove this notice, a commercial license is available at: https://hi.events/licensing --}}

© {{ date('Y') }} {{ config('app.name') }} | Powered by <a title="Manage events and sell tickets online with Hi.Events" href="https://hi.events?utm_source=app-email-footer">Hi.Events</a>
© {{ date('Y') }} {{ config('app.name') }}
@endif
</x-mail::footer>
</x-slot:footer>
Expand Down
Loading

0 comments on commit 00d5160

Please sign in to comment.