Skip to content

Commit 90ff376

Browse files
committed
ajout de l'image de notification dans le composant ads
1 parent f59269b commit 90ff376

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/images/notify.png

543 KB
Loading

resources/views/components/ads.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="laravelcm-ads">
22
<a href="https://github.com/mckenziearts/laravel-notify/?utm_source=laravelcm&amp;utm_medium=sidebar-widget" class="block">
3-
<img class="rounded-lg" src="https://laravel.cm/images/notify.png?25f8fddc09fe5e9f273edaa3ba02bd39" alt="Laravel Notify" width="457" height="336">
3+
<img class="rounded-lg" src="{{ asset('/images/notify.png') }}" alt="Laravel Notify" width="457" height="336">
44
</a>
55
<p class="mt-4 font-normal">
66
<a href="https://github.com/mckenziearts/laravel-notify/?utm_source=laravelcm&amp;utm_medium=sidebar-widget" class="text-sm leading-5 text-skin-base">

0 commit comments

Comments
 (0)