Skip to content

Commit f279900

Browse files
authored
Merge pull request #168 from ThePHPF/sponsor-not-donate
The button should be "Sponsor" not "Donate" forgot to change this for mobile
2 parents c0df225 + d652b1c commit f279900

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@
148148
class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50 no-underline">Contact</a>
149149
</div>
150150
<div class="py-6">
151-
<a href="/donate" rel="noopener noreferrer"
152-
class="block py-2 text-center no-underline px-6 !text-white bg-[#7f52ff] rounded-3xl hover:bg-[rgba(127,82,255,.8)]">Donate</a>
151+
<a href="/sponsor" rel="noopener noreferrer"
152+
class="block py-2 text-center no-underline px-6 !text-white bg-[#7f52ff] rounded-3xl hover:bg-[rgba(127,82,255,.8)]">Sponsor</a>
153153
</div>
154154
</div>
155155
</nav>

source/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ <h1 class="mt-0 mb-0 max-w-2xl text-4xl font-bold tracking-tight text-gray-900 s
1818
We support, advance, and&nbsp;develop the&nbsp;PHP&nbsp;Language
1919
</h1>
2020
<div class="mt-6 flex flex-row gap-4">
21-
<a href="/donate" class="inline-block lg:hidden text-xl py-2 no-underline px-6 !text-white bg-[#6858f6] rounded-3xl hover:bg-[rgba(104,88,246,.8)]">
22-
Donate
21+
<a href="/sponsor" class="inline-block lg:hidden text-xl py-2 no-underline px-6 !text-white bg-[#6858f6] rounded-3xl hover:bg-[rgba(104,88,246,.8)]">
22+
Sponsor
2323
</a>
2424
</div>
2525
</div>

0 commit comments

Comments
 (0)