diff --git a/app/Http/Controllers/tmp/test.png b/app/Http/Controllers/tmp/test.png index 4fd5630..a0d47c6 100644 Binary files a/app/Http/Controllers/tmp/test.png and b/app/Http/Controllers/tmp/test.png differ diff --git a/app/Http/routes.php b/app/Http/routes.php index 0e7d011..56d3add 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -148,7 +148,8 @@ Route::group(["middleware" => "theme"], function() { # 'donations' => \App\Models\Donation::orderBy('timestamp', 'DESC')->get() # ]); #}); - #Route::get('login', function() { return view('login'); }); + #Route::get('login', function() { return view('login'); }); + Route::get('donations', function() { return view('donation'); }); Route::get('login', 'UserController@loggain'); #Route::get('counter-strike', function() { return view('counter-strike'); }); diff --git a/public/css/w0bmcustom.css b/public/css/w0bmcustom.css index 4c495cc..8e917c0 100644 --- a/public/css/w0bmcustom.css +++ b/public/css/w0bmcustom.css @@ -4071,4 +4071,17 @@ a.discordo { position: absolute; bottom: -3px; left: 85px; - font-family: vcr;} \ No newline at end of file + font-family: vcr;} + + label[for='tag-add-toggle'] { + padding-top: 10px; + } + + i.fa.fa-bitcoin { + color: #e2c910; + } + + i.fa.fa-bitcoin:hover { + color: #1fb2b0; + transition: .5s; + } \ No newline at end of file diff --git a/resources/views/layout1/partials/tags.blade.php b/resources/views/layout1/partials/tags.blade.php index 75c0db3..66a37f0 100644 --- a/resources/views/layout1/partials/tags.blade.php +++ b/resources/views/layout1/partials/tags.blade.php @@ -3,8 +3,9 @@ @if(Auth::check())