Skip to content

Commit 1941963

Browse files
committed
feat(nav): add link to source on github
1 parent 0e2a9ac commit 1941963

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ composer install
2121
nvm use
2222
yarn
2323
cp ./.env.example ./.env
24+
php artisan key:generate
2425
```
2526

2627
### Development Environment

resources/views/layouts/app-nav.blade.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md tex
4848
</div>
4949
<div
5050
class="absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0 text-gray-400 font-bold">
51+
<a href="https://github.com/mapmarker" target="_blank"
52+
class="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-black">
53+
<img src="https://mapmarker.io/api/v2/font-awesome/v5/icon?icon=fa-github&size=80&color=fff" /
54+
alt="Github Logo" width="30" height="30" />
55+
<span class="sr-only">View Source Code</span>
56+
</a>
5157
<a href="/changelog"
5258
class="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-black">
5359
{{ config('app.version') }}

0 commit comments

Comments
 (0)