Skip to content

Commit 61c753f

Browse files
committed
Replace logo images with a single SVG logo in the welcome view and add the SVG file to the public images directory.
1 parent f3ca99f commit 61c753f

File tree

10 files changed

+14
-67
lines changed

10 files changed

+14
-67
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
![Simpede logo](resources/img/dark.svg#gh-dark-mode-only)
2-
![Simpede logo](resources/img/light.svg#gh-light-mode-only)
1+
<img src="public/images/logo.svg" alt="Simpede logo" width="320">
32

43
[![StyleCI](https://github.styleci.io/repos/840671846/shield?branch=main)](https://github.styleci.io/repos/840671846?branch=main)
54

config/nova.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
*/
154154

155155
'brand' => [
156-
'logo' => resource_path('/img/logo.svg'),
156+
'logo' => public_path('/images/logo.svg'),
157157

158158
'colors' => [
159159
'400' => '24, 182, 155, 0.5',

public/images/dark.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)