Skip to content

Commit 6b319b4

Browse files
committed
Small change
1 parent c2d4c1c commit 6b319b4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

resources/views/admin/master.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</li>
4040
<li class="{{ request()->is('notification') ? 'active' : '' }}">
4141
<a href="/notification">
42-
<i class="fa fa-exclamation-circle"></i> notification </a>
42+
<i class="fa fa-exclamation-circle"></i> Notification </a>
4343
<span class="badge badge-pill badge-success">{{ $status['notification'] }}</span>
4444
</li>
4545
<li class="{{ request()->is('activity') ? 'active' : '' }}">
@@ -48,7 +48,7 @@
4848
</li>
4949
<li class="{{ request()->is('profile') ? 'active' : '' }}">
5050
<a href="/profile">
51-
<i class="fa fa-user-circle"></i> profile </a>
51+
<i class="fa fa-user-circle"></i> Profile </a>
5252
</li>
5353
<li>
5454
<a action="/logout" form="logout" ajax_post>

resources/views/login.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta charset="utf-8">
44
<meta name="robots" content="noindex, nofollow">
55

6-
<title>Login - KChat</title>
6+
<title>Login :: KChat</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta name="csrf_token" content="{{ csrf_token() }}" />
99
<link href="css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">

resources/views/signon.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en"><head>
33
<meta charset="utf-8">
44
<meta name="robots" content="noindex, nofollow">
5-
<title>Sign-On - KChat</title>
5+
<title>Sign-On :: KChat</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="csrf_token" content="{{ csrf_token() }}" />
88
<link href="css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">

resources/views/user/master.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</li>
3636
<li class="{{ request()->is('notification') ? 'active' : '' }}">
3737
<a href="/notification">
38-
<i class="fa fa-exclamation-circle"></i> notification </a>
38+
<i class="fa fa-exclamation-circle"></i> Notification </a>
3939
<span class="badge badge-pill badge-success">{{ $status['notification'] }}</span>
4040
</li>
4141
<li class="{{ request()->is('activity') ? 'active' : '' }}">
@@ -44,7 +44,7 @@
4444
</li>
4545
<li class="{{ request()->is('profile') ? 'active' : '' }}">
4646
<a href="/profile">
47-
<i class="fa fa-user-circle"></i> profile </a>
47+
<i class="fa fa-user-circle"></i> Profile </a>
4848
</li>
4949
<li>
5050
<a action="/logout" form="logout" ajax_post>

0 commit comments

Comments
 (0)