Skip to content

Commit dccde59

Browse files
authored
Update donate.njk
1 parent 1f69d51 commit dccde59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/content/donate.njk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ title: Donate
4949
<p>
5050
The following is a preserved list of individuals and studios that continue to support MonoGame through Patreon.
5151
</p>
52-
<h4 id="EnvironmentMapEffect" class="fw-bold"><a href="https://www.patreon.com/monogame/membership">Graphics.EnvironmentMapEffect - $64 / month</a></h4>
52+
<h4 id="EnvironmentMapEffect" class="fw-bold"><a href="https://www.patreon.com/monogame/membership">EnvironmentMapEffect - $64 / month</a></h4>
5353
<div class="row">
5454
{% for patreon in patreons | sort() %}
55-
{% if patreon.tier == "Graphics.EnvironmentMapEffect" %}
55+
{% if patreon.tier == "EnvironmentMapEffect" %}
5656
<div class="col-lg-3 mb-3 text-center">
5757
{% if patreon.url %}<a href="{{patreon.url}}">{% endif %}
5858
<strong>{{patreon.name}}</strong>
@@ -77,10 +77,10 @@ title: Donate
7777
{% endfor %}
7878
</div>
7979
<br />
80-
<h4 id="GraphicsDevice.DrawUserPrimitives" class="fw-bold"><a href="https://www.patreon.com/monogame/membership">GraphicsDevice.DrawUserPrimitives - $16 / month</a></h4>
80+
<h4 id="DrawUserPrimitives" class="fw-bold"><a href="https://www.patreon.com/monogame/membership">DrawUserPrimitives - $16 / month</a></h4>
8181
<div class="row">
8282
{% for patreon in patreons | sort() %}
83-
{% if patreon.tier == "GraphicsDevice.DrawUserPrimitives" %}
83+
{% if patreon.tier == "DrawUserPrimitives" %}
8484
<div class="col-lg-3 mb-3 text-center">
8585
{% if patreon.url %}<a href="{{patreon.url}}">{% endif %}
8686
<strong>{{patreon.name}}</strong>

0 commit comments

Comments
 (0)