feat:invitation email for shared portfolios
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@props(['title' => ''])
|
||||
|
||||
<div {{ $attributes->merge(['class' => 'flex items-center mb-6']) }} class="">
|
||||
<h1 class="text-2xl font-medium mr-3"> {{ $title }} </h1>
|
||||
<h1 class="text-2xl font-medium mr-3 truncate"> {{ $title }} </h1>
|
||||
|
||||
{{ $slot }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user