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.
This commit is contained in:
parent
c1110d4ced
commit
c1604ff9d5
2
.env
2
.env
|
@ -1,4 +1,4 @@
|
|||
APP_NAME="LittleLink-custom"
|
||||
APP_NAME="LittleLink Custom"
|
||||
APP_ENV=local
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
|
|
|
@ -30,9 +30,10 @@ class PageSeeder extends Seeder
|
|||
',
|
||||
|
||||
'home_message' => '
|
||||
Littlelink admin is an admin panel for littlelink that provides you a website similar linktree.
|
||||
Some features of the program: creating a link page with more than 20 buttons, counting clicks,
|
||||
raising important links on the page and managing users and pages and ...
|
||||
LittleLink Custom is a fork of LittleLink admin
|
||||
with a set goal of making the admin panel easier to use and setup,
|
||||
for inexperienced and first-time users, with the addition of many custom features
|
||||
themed around customization for the individual users, LittleLink pages.
|
||||
',
|
||||
|
||||
]
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
<div class="footer" style="margin:5% 0px 35px 0px;">
|
||||
<!--<a href="/">Home</a>
|
||||
<a href="https://github.com/khashayarzavosh/littlelink-admin/#donate" target="_blank">Donate</a>
|
||||
<a href="https://github.com/khashayarzavosh/littlelink-admin" target="_blank">Programmers</a>
|
||||
<a href="{{ config('app.url') }}/pages/terms">Terms</a>
|
||||
<a href="{{ config('app.url') }}/pages/privacy">Privacy</a>
|
||||
<a href="{{ config('app.url') }}/pages/contact">Contact</a>-->
|
||||
|
|
|
@ -103,8 +103,6 @@
|
|||
<p>
|
||||
Copyright © @php echo date('Y'); @endphp <i class="icon-heart" aria-hidden="true"></i> </br>
|
||||
<a href="/" target="_blank">Home</a> .
|
||||
<a href="https://github.com/khashayarzavosh/littlelink-admin/#donate" target="_blank">Donate</a> .
|
||||
<a href="https://github.com/khashayarzavosh/littlelink-admin" target="_blank">Programmers</a> .
|
||||
<a href="{{ config('app.url') }}/pages/terms" target="_blank">Terms</a> .
|
||||
<a href="{{ config('app.url') }}/pages/privacy" target="_blank">Privacy</a> .
|
||||
<a href="{{ config('app.url') }}/pages/contact" target="_blank">Contact</a>
|
||||
|
|
Loading…
Reference in New Issue