diff options
author | Camil Staps | 2020-01-03 19:56:38 +0100 |
---|---|---|
committer | Camil Staps | 2020-01-03 19:56:38 +0100 |
commit | 99624cdbde31c9d631d0317d767db35e15c502ef (patch) | |
tree | 550759c674388968bda3f6b67769692f489ad1c9 /resources/views/layouts | |
parent | Use Act, Med, Pass, and Med-pass as abbreviations for voice (diff) |
Various minor improvements
Diffstat (limited to 'resources/views/layouts')
-rw-r--r-- | resources/views/layouts/master.blade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php index faf8aa2..98871e1 100644 --- a/resources/views/layouts/master.blade.php +++ b/resources/views/layouts/master.blade.php @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <meta charset="utf-8"/> <meta name="csrf-token" content="{{ csrf_token() }}"/> - <title>ParseTrainer</title> + <title>λύω-trainer</title> <link rel="stylesheet" href="{{ asset('vendor/twbs/bootstrap/dist/css/bootstrap.min.css') }}"/> <link rel="stylesheet" href="{{ asset('public/css/luoparsetrainer.css') }}"/> @@ -34,7 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <body role="application"> <div class="container" role="main"> <div class="header clearfix"> - <h2 class="text-muted"><a href="{{ url('/') }}">ParseTrainer</a></h2> + <h2 class="text-muted"><a href="{{ url('/') }}">λύω-trainer</a></h2> </div> @yield('master-content') |