Преглед изворни кода

Change "Stag" to "Scholar" in all places

Vijayakrishnan Krishnan пре 4 година
родитељ
комит
91f4fd5134
4 измењених фајлова са 5 додато и 5 уклоњено
  1. 1 1
      .env.example
  2. 1 1
      config/app.php
  3. 1 1
      resources/views/app/mc.blade.php
  4. 2 2
      resources/views/layouts/auth.blade.php

+ 1 - 1
.env.example

@@ -1,4 +1,4 @@
-APP_NAME=Stag
+APP_NAME=Scholar
 APP_ENV=local
 APP_KEY=base64:pBWtIy+xpdXFq3ABxjVZAjlu/U2EqmRn3J4GIOCDqh8=
 APP_DEBUG=true

+ 1 - 1
config/app.php

@@ -13,7 +13,7 @@ return [
     |
     */
 
-    'name' => env('APP_NAME', 'Stag'),
+    'name' => env('APP_NAME', 'Scholar'),
 
     /*
     |--------------------------------------------------------------------------

+ 1 - 1
resources/views/app/mc.blade.php

@@ -10,7 +10,7 @@
     <link href="/css/style.css" rel="stylesheet">
     <link href="/v-splitter-px/v-splitter.css" rel="stylesheet" >
     <script src="/v-splitter-px/v-splitter.js"></script>
-    <title>Stag | MCP</title>
+    <title>Scholar</title>
 </head>
 <body class="h-100">
     <div class="row mx-0 h-100">

+ 2 - 2
resources/views/layouts/auth.blade.php

@@ -4,7 +4,7 @@
 <head>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <title>Stag | Pro</title>
+    <title>Scholar</title>
     <!-- Tell the browser to be responsive to screen width -->
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <!-- Google Font: Source Sans Pro -->
@@ -61,7 +61,7 @@
 </style>
 <div class="login-box">
     <div class="login-logo auth-branding text-center border-0">
-        <span class="brand-text font-weight-light text-white"><b>Stag</b> Pro</span>
+        <span class="brand-text font-weight-light text-white">Scholar</span>
     </div>
     <div class="login-content card border-top-0">
         <div class="card-body border-0 login-card-body p-0">