Skip to content

Commit

Permalink
Merge pull request #1627 from suraj-webkul/lead-actions-ui
Browse files Browse the repository at this point in the history
Lead actions ui.
  • Loading branch information
devansh-webkul authored Sep 24, 2024
2 parents 601b75e + 04f89ab commit a19bd2c
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 a19bd2c

Please sign in to comment.