mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat: Change support to donate and views
- Changed method name from support to donate in HomeController - Updated footer link and view references from support to donate - Renamed support.blade.php to donate.blade.php for consistency - Updated route endpoint from /support-me to /donate in web.php
This commit is contained in:
@@ -33,7 +33,7 @@ use Spatie\Sheets\Sheet;
|
||||
|
||||
Route::get('/', static fn () => (new HomeController())->index())->name('home');
|
||||
|
||||
Route::get('/support-me', static fn () => (new HomeController())->support())->name('support');
|
||||
Route::get('/donate', static fn () => (new HomeController())->donate())->name('donate');
|
||||
|
||||
Route::get('/roadmap', static fn () => (new HomeController())->roadmap())->name('roadmap');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user