From 8a9b9457c9ca274100d6acecdeaf3f780478e949 Mon Sep 17 00:00:00 2001 From: Julian Prieber Date: Mon, 1 May 2023 13:48:13 +0200 Subject: [PATCH] Update finishing.blade.php --- resources/views/components/finishing.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/components/finishing.blade.php b/resources/views/components/finishing.blade.php index d415a91..22bdc87 100644 --- a/resources/views/components/finishing.blade.php +++ b/resources/views/components/finishing.blade.php @@ -84,7 +84,7 @@ use App\Models\Page; } else {EnvEditor::addKey('FORCE_HTTPS', 'false');} $data['page'] = Page::select('contact')->first(); - if (strpos($data['page']->contact, 'info@linkstack.org') !== false) { + if (strpos($data['page']->contact, 'info@littlelink-custom.com') !== false or strpos($data['page']->contact, 'LittleLink Custom') !== false) { $contact = '

LinkStack is a free, open source link sharing platform. We depend on community feedback to steadily improve this project.

@@ -94,7 +94,7 @@ use App\Models\Page;
  • Join our community Discord
  • Join the discussion forum
  • Request a feature and add it to the to-do list
  • -
  • Write us an email
  • +
  • Write us an email
  • If you're having any trouble or encountered a bug, feel free to open an issue on GitHub.