feat:invitation email for shared portfolios

This commit is contained in:
hackerESQ
2024-10-22 17:39:42 -05:00
parent d1dbf3af62
commit 5756fa06d7
4 changed files with 73 additions and 4 deletions
@@ -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>