refactor: improve footer links and attribution
This commit improves the footer copyright statement as well as its attribution. An image for GPL's logo as well as GitHub's mark were added, including configuration options for them.
This commit is contained in:
@@ -97,7 +97,7 @@ return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Legal documents
|
||||
| Legal documents & source code
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Every website needs a collection of legal documents in order to remain compliant with
|
||||
@@ -118,6 +118,7 @@ return [
|
||||
'terms_url' => env('TERMS_URL', '#'),
|
||||
'privacy_url' => env('PRIVACY_URL', '#'),
|
||||
'guidelines_url' => env('GUIDELINES_URL', '#'),
|
||||
'source_repo' => env('SOURCE_REPO', 'https://code.webvokestudio.pt/miguel456/rbrecruiter'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user