Skip to content

Commit a1b1249

Browse files
committed
Update logo and background
1 parent 33a329e commit a1b1249

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

public/images/tapp_starter_kit.png

-2.56 KB
Loading
32.8 KB
Loading

resources/views/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
@livewireStyles
4343
</head>
4444

45-
<body class="font-sans antialiased bg-gray-100 dark:bg-gray-900 text-gray-900 dark:text-gray-100">
45+
<body class="font-sans antialiased bg-gradient-to-r from-red-50 to-blue-100 text-gray-900 dark:text-gray-100">
4646
<div class="min-h-screen">
4747
@yield('content')
4848
</div>

0 commit comments

Comments
 (0)