diff --git a/composer.json b/composer.json index d4a4756..c5dc5ff 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "julianprieber/littlelink-custom", + "name": "linkstackorg/linkstack", "type": "project", "description": "LinkStack is a highly customizable link sharing platform", "keywords": ["link"], diff --git a/config/advanced-config.php.example b/config/advanced-config.php.example index b549545..b35bb5d 100644 --- a/config/advanced-config.php.example +++ b/config/advanced-config.php.example @@ -215,7 +215,7 @@ return [ 'buttons' => array( array( 'button' => 'github', - 'link' => 'https://github.com/JulianPrieber/littlelink-custom', + 'link' => 'https://github.com/linkstackorg/linkstack', 'title' => '', 'icon' => '', 'custom_css' => '' diff --git a/database/seeders/PageSeeder.php b/database/seeders/PageSeeder.php index 2bed6d0..6697a9f 100755 --- a/database/seeders/PageSeeder.php +++ b/database/seeders/PageSeeder.php @@ -337,12 +337,12 @@ class PageSeeder extends Seeder -

If you're having any trouble or encountered a bug, feel free to open an issue on GitHub.

+

If you're having any trouble or encountered a bug, feel free to open an issue on GitHub.

 

', diff --git a/resources/views/components/finishing.blade.php b/resources/views/components/finishing.blade.php index e4468b1..bbc2f50 100644 --- a/resources/views/components/finishing.blade.php +++ b/resources/views/components/finishing.blade.php @@ -92,12 +92,12 @@ use App\Models\Page; -

If you're having any trouble or encountered a bug, feel free to open an issue on GitHub.

+

If you're having any trouble or encountered a bug, feel free to open an issue on GitHub.

 

'; diff --git a/resources/views/layouts/notifications.blade.php b/resources/views/layouts/notifications.blade.php index 55c16f1..bc26240 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', '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.'); @endphp @endpush @php diff --git a/resources/views/update.blade.php b/resources/views/update.blade.php index 6194860..f8bceb1 100644 --- a/resources/views/update.blade.php +++ b/resources/views/update.blade.php @@ -37,7 +37,7 @@

$Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?>

@else - {{$Vlocal}} -> {{$Vgit}} + {{$Vlocal}} -> {{$Vgit}}

You can update your installation automatically or download the update and install it manually:

@endif
@@ -218,7 +218,7 @@ if($debug === true){ @else

The update was successful, you can now return to the Admin Panel.

- View the release notes + View the release notes
@endif
diff --git a/storage/templates/advanced-config.php b/storage/templates/advanced-config.php index 4572514..bafdece 100644 --- a/storage/templates/advanced-config.php +++ b/storage/templates/advanced-config.php @@ -183,7 +183,7 @@ return [ 'buttons' => array( array( 'button' => 'github', - 'link' => 'https://github.com/JulianPrieber/littlelink-custom', + 'link' => 'https://github.com/linkstackorg/linkstack', 'title' => 'GitHub', 'icon' => '', 'custom_css' => ''