From 3b85262bdbb5c50e5f83ab2d0ab65c714dc5bfc8 Mon Sep 17 00:00:00 2001 From: Mekan1206 Date: Sat, 6 Jun 2026 13:41:52 +0500 Subject: [PATCH] Add hover effect to social links and include custom scaling style in welcome view --- public/assets/images/instagram.svg | 1 + public/assets/images/mail.svg | 1 + public/assets/images/tiktok.svg | 1 + resources/views/welcome.blade.php | 7 ++++++- 4 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 public/assets/images/instagram.svg create mode 100644 public/assets/images/mail.svg create mode 100644 public/assets/images/tiktok.svg diff --git a/public/assets/images/instagram.svg b/public/assets/images/instagram.svg new file mode 100644 index 0000000..8b2f991 --- /dev/null +++ b/public/assets/images/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/images/mail.svg b/public/assets/images/mail.svg new file mode 100644 index 0000000..bc41d7c --- /dev/null +++ b/public/assets/images/mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/images/tiktok.svg b/public/assets/images/tiktok.svg new file mode 100644 index 0000000..7f28bbb --- /dev/null +++ b/public/assets/images/tiktok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index fc3303c..f8f4c77 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -6,6 +6,11 @@ {{ $settings['footer_brand_name'] ?? 'DARAGT' }} Şöhlatlary + @vite(['resources/js/app.js']) @@ -274,7 +279,7 @@ @if($socialLinks->isNotEmpty())
@foreach($socialLinks as $link) - + @if($link->icon) {{ $link->platform }} @else