File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ title: Donate
49
49
<p >
50
50
The following is a preserved list of individuals and studios that continue to support MonoGame through Patreon.
51
51
</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 >
53
53
<div class =" row" >
54
54
{% for patreon in patreons | sort () %}
55
- {% if patreon .tier == " Graphics. EnvironmentMapEffect" %}
55
+ {% if patreon .tier == " EnvironmentMapEffect" %}
56
56
<div class =" col-lg-3 mb-3 text-center" >
57
57
{% if patreon .url %} <a href =" {{patreon.url}}" >{% endif %}
58
58
<strong >{{ patreon .name }} </strong >
@@ -77,10 +77,10 @@ title: Donate
77
77
{% endfor %}
78
78
</div >
79
79
<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 >
81
81
<div class =" row" >
82
82
{% for patreon in patreons | sort () %}
83
- {% if patreon .tier == " GraphicsDevice. DrawUserPrimitives" %}
83
+ {% if patreon .tier == " DrawUserPrimitives" %}
84
84
<div class =" col-lg-3 mb-3 text-center" >
85
85
{% if patreon .url %} <a href =" {{patreon.url}}" >{% endif %}
86
86
<strong >{{ patreon .name }} </strong >
You can’t perform that action at this time.
0 commit comments