Skip to content

Commit c1604ff

Browse files
committed
Updated Name and description
Updated the name and description on the website. Updated: App name, admin message in home (seeder), footer, and footer studio-sidebar.
1 parent c1110d4 commit c1604ff

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_NAME="LittleLink-custom"
1+
APP_NAME="LittleLink Custom"
22
APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true

database/seeders/PageSeeder.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ public function run()
3030
',
3131

3232
'home_message' => '
33-
Littlelink admin is an admin panel for littlelink that provides you a website similar linktree.
34-
Some features of the program: creating a link page with more than 20 buttons, counting clicks,
35-
raising important links on the page and managing users and pages and ...
33+
LittleLink Custom is a fork of LittleLink admin
34+
with a set goal of making the admin panel easier to use and setup,
35+
for inexperienced and first-time users, with the addition of many custom features
36+
themed around customization for the individual users, LittleLink pages.
3637
',
3738

3839
]

resources/views/layouts/footer.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<div class="footer" style="margin:5% 0px 35px 0px;">
22
<!--<a href="/">Home</a>
3-
<a href="https://github.com/khashayarzavosh/littlelink-admin/#donate" target="_blank">Donate</a>
4-
<a href="https://github.com/khashayarzavosh/littlelink-admin" target="_blank">Programmers</a>
53
<a href="{{ config('app.url') }}/pages/terms">Terms</a>
64
<a href="{{ config('app.url') }}/pages/privacy">Privacy</a>
75
<a href="{{ config('app.url') }}/pages/contact">Contact</a>-->

resources/views/layouts/sidebar.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ function update_color_scheme() {
103103
<p>
104104
Copyright &copy; @php echo date('Y'); @endphp <i class="icon-heart" aria-hidden="true"></i> </br>
105105
<a href="/" target="_blank">Home</a> .
106-
<a href="https://github.com/khashayarzavosh/littlelink-admin/#donate" target="_blank">Donate</a> .
107-
<a href="https://github.com/khashayarzavosh/littlelink-admin" target="_blank">Programmers</a> .
108106
<a href="{{ config('app.url') }}/pages/terms" target="_blank">Terms</a> .
109107
<a href="{{ config('app.url') }}/pages/privacy" target="_blank">Privacy</a> .
110108
<a href="{{ config('app.url') }}/pages/contact" target="_blank">Contact</a>

0 commit comments

Comments
 (0)