From d222603816c98f714cc035a5bf7bc74d4aa0a5eb Mon Sep 17 00:00:00 2001 From: Julian Prieber Date: Thu, 27 Apr 2023 18:18:33 +0200 Subject: [PATCH] Update notifications.blade.php --- resources/views/layouts/notifications.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/layouts/notifications.blade.php b/resources/views/layouts/notifications.blade.php index bc26240..5ef8eda 100644 --- a/resources/views/layouts/notifications.blade.php +++ b/resources/views/layouts/notifications.blade.php @@ -142,7 +142,7 @@ $notifyID = Auth::user()->id; {{-- Notification Modals --}} @push('sidebar-scripts') @php notification('', 'modal-1', 'Your security is at risk!', 'Your security is at risk. Some files can be accessed by everyone. Immediate action is required!

Some important files, are publicly accessible, putting your security at risk. Please take immediate action to revoke public access to these files to prevent unauthorized access to your sensitive information.
Learn more.'); -notification('hide-star-notification', 'modal-star', 'Give us a Star on Github', 'If you\'re enjoying using Linkstack, we would greatly appreciate it if you could take a moment to give our project a star on GitHub. Your support will help us reach a wider audience and improve the quality of our app.
Thank you for your support!

Give us a star.'); +notification('hide-star-notification', 'modal-star', 'Support Linkstack', 'If you\'re enjoying using Linkstack, we would greatly appreciate it if you could take a moment to give our project a star on GitHub. Your support will help us reach a wider audience and improve the quality of our project.

If you\'re able to make a financial contribution, even a small amount would help us cover the costs of maintaining and improving Linkstack.

Thank you for your support and for being a part of the LinkStack community!'); @endphp @endpush @php