Skip to content

Commit

Permalink
chore(app-blade): update title to use app name from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahatma Mahardhika committed Jul 14, 2024
1 parent 42e5fd8 commit 823368b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<title>{{ $title ?? '' }} | Beautyworld HRIS</title>
<title>{{ $title ?? '' }} | {{ config('app.name') }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Beautyworld HRIS" name="description">
<meta content="Beautyworld Team" name="author">
Expand Down

0 comments on commit 823368b

Please sign in to comment.