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:
2022-04-08 17:09:29 +01:00
parent 42a802968c
commit 3670fc575b
5 changed files with 7 additions and 10 deletions

View File

@@ -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'),
/*
|--------------------------------------------------------------------------