Skip to content

Commit

Permalink
Change logo and name to Cywise
Browse files Browse the repository at this point in the history
  • Loading branch information
PatBriPerso committed Sep 25, 2024
1 parent 805ca4e commit 6e2307c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_NAME=Towerify
APP_NAME=Cywise
APP_ENV=local
APP_URL=http://localhost:8178
APP_KEY=
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

'name' => env('APP_NAME', 'Towerify'),
'name' => env('APP_NAME', 'Cywise'),

/*
|--------------------------------------------------------------------------
Expand Down
Binary file modified public/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<a class="navbar-brand" href="{{ url('/') }}">
<div class="tw-logo">
<div class="image">
<img src="{{ asset('images/logo.png') }}" alt="Towerify's logo">
<img src="{{ asset('images/logo.png') }}" alt="Cywise's logo">
</div>
<div class="text">
{{ env('APP_NAME') }}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<div class=" m-b-md">
<div class="container">
<div class="image">
<img src="{{ asset('images/logo.png') }}" alt="Towerify's logo">
<img src="{{ asset('images/logo.png') }}" alt="Cywise's logo">
</div>
<div class="text">
{{ env('APP_NAME') }}
Expand Down

0 comments on commit 6e2307c

Please sign in to comment.