Skip to content

Commit

Permalink
fix: remove icon for lang
Browse files Browse the repository at this point in the history
  • Loading branch information
pxthinh committed Nov 19, 2023
1 parent 3286651 commit 1fbb595
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
) !!}

{!! __('tg-notifier::events/github/issue_comment.issue_comment_title') !!} <b><?= $issue->title; ?></b>
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
) !!}

{!! __('tg-notifier::events/github/issue_comment.issue_comment_title') !!} <b><?= $issue->title; ?></b>
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
) !!}

{!! __('tg-notifier::events/github/issue_comment.issue_comment_title') !!} <b><?= $issue->title; ?></b>
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

Expand Down
2 changes: 1 addition & 1 deletion resources/views/events/github/issues/closed.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
) !!}

{!! __('tg-notifier::events/github/issues.issue_title') !!} <b><?= $issue->title; ?></b>
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

Expand Down
2 changes: 1 addition & 1 deletion resources/views/events/github/issues/deleted.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
) !!}

{!! __('tg-notifier::events/github/issues.issue_title') !!} <b><?= $issue->title; ?></b>
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

Expand Down
2 changes: 1 addition & 1 deletion resources/views/events/github/issues/edited.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
) !!}

{!! __('tg-notifier::events/github/issues.issue_title') !!} <b><?= $issue->title; ?></b>
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
@if(isset($payload->changes->title))
Expand Down
2 changes: 1 addition & 1 deletion resources/views/events/github/issues/locked.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
) !!}

{!! __('tg-notifier::events/github/issues.issue_title') !!} <b><?= $issue->title; ?></b>
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

Expand Down
2 changes: 1 addition & 1 deletion resources/views/events/github/issues/opened.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
) !!}

{!! __('tg-notifier::events/github/issues.issue_title') !!} <b><?= $issue->title; ?></b>
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

Expand Down
2 changes: 1 addition & 1 deletion resources/views/events/github/issues/pinned.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
) !!}

{!! __('tg-notifier::events/github/issues.issue_title') !!} <b><?= $issue->title; ?></b>
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

Expand Down
2 changes: 1 addition & 1 deletion resources/views/events/github/issues/reopened.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
) !!}

{!! __('tg-notifier::events/github/issues.issue_title') !!} <b><?= $issue->title; ?></b>
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

Expand Down
2 changes: 1 addition & 1 deletion resources/views/events/github/issues/unlocked.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
) !!}

{!! __('tg-notifier::events/github/issues.issue_title') !!} <b><?= $issue->title; ?></b>
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

Expand Down
2 changes: 1 addition & 1 deletion resources/views/events/github/issues/unpinned.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
) !!}

{!! __('tg-notifier::events/github/issues.issue_title') !!} <b><?= $issue->title; ?></b>
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

Expand Down

0 comments on commit 1fbb595

Please sign in to comment.