Skip to content

Commit

Permalink
style: change home image
Browse files Browse the repository at this point in the history
  • Loading branch information
DissNik committed Nov 9, 2023
1 parent 2ea6132 commit 63c34e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/pages/ru/home.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<x-page title="MoonShine">
<x-image theme="light" src="{{ asset('moon-promo.svg') }}"></x-image>
<x-image theme="dark" src="{{ asset('moon-promo-dark.svg') }}"></x-image>
<x-image theme="light" src="{{ asset('images/home.png') }}"></x-image>
<x-image theme="dark" src="{{ asset('images/home.png') }}"></x-image>

<x-sub-title>Привет пользователь Laravel!</x-sub-title>

Expand Down

0 comments on commit 63c34e0

Please sign in to comment.