Skip to content

Commit 51642c4

Browse files
simonhampclaude
andcommitted
Update email footer copyright to Bifrost Technology LLC
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a7d8100 commit 51642c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/vendor/mail/html/message.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{{-- Footer --}}
2222
<x-slot:footer>
2323
<x-mail::footer>
24-
© {{ date('Y') }} {{ config('app.name') }}. {{ __('All rights reserved.') }}
24+
© {{ date('Y') }} Bifrost Technology LLC. {{ __('All rights reserved.') }}
2525
</x-mail::footer>
2626
</x-slot:footer>
2727
</x-mail::layout>

resources/views/vendor/mail/text/message.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{{-- Footer --}}
2222
<x-slot:footer>
2323
<x-mail::footer>
24-
© {{ date('Y') }} {{ config('app.name') }}. @lang('All rights reserved.')
24+
© {{ date('Y') }} Bifrost Technology LLC. @lang('All rights reserved.')
2525
</x-mail::footer>
2626
</x-slot:footer>
2727
</x-mail::layout>

0 commit comments

Comments
 (0)