Skip to content

Commit

Permalink
Lead actions ui.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Sep 23, 2024
1 parent a797a3e commit 04f89ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class="flex h-[74px] w-[84px] flex-col items-center justify-center gap-1 rounded
<x-slot:header>
{!! view_render_event('admin.components.activities.actions.file.form_controls.modal.header.title.before') !!}

<h3 class="text-base font-semibold">
<h3 class="text-base font-semibold dark:text-white">
@lang('admin::app.components.activities.actions.file.title')
</h3>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class="flex h-[74px] w-[84px] flex-col items-center justify-center gap-1 rounded
<x-slot:header>
{!! view_render_event('admin.components.activities.actions.mail.form_controls.modal.header.before') !!}

<h3 class="text-base font-semibold">
<h3 class="text-base font-semibold dark:text-white">
@lang('admin::app.components.activities.actions.mail.title')
</h3>

Expand Down

0 comments on commit 04f89ab

Please sign in to comment.