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:
@@ -21,8 +21,8 @@
|
||||
class="mr-4 hover:underline md:mr-6 decoration-orange-500 decoration-1">Contact</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/support-me"
|
||||
class="mr-4 hover:underline md:mr-6 decoration-orange-500 decoration-1">Support</a>
|
||||
<a href="/donate"
|
||||
class="mr-4 hover:underline md:mr-6 decoration-orange-500 decoration-1">Donate</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/roadmap"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<div class="max-w-3xl mx-auto text-center">
|
||||
<h1
|
||||
class="text-3xl font-bold text-transparent uppercase sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
|
||||
Support the Project</h1>
|
||||
Donate to Heimerdinger</h1>
|
||||
|
||||
<h2 class="mt-4 text-stone-300">
|
||||
Heimerdinger.lol is ran and maintained by a single developer. If you enjoy the content and would like to
|
||||
Reference in New Issue
Block a user