Merge branch 'release/2025.03.13' into rlsmerge/2025.03.13-to-develop

This commit is contained in:
CarlNation 2025-03-13 07:03:48 -04:00
commit 1bec072387

View file

@ -12,7 +12,8 @@
</div> </div>
<div> <div>
<p class="small subheadline mb-2" v-html="DonationSubHeadline"></p> <p class="small subheadline mb-2" v-html="DonationSubHeadline"></p>
<p class="caption mb-0" v-html="DonationBodyText"></p> <span class="caption mb-0" v-html="DonationBodyText"></span>
&nbsp;
<textLink <textLink
linkType="newWindowLink" linkType="newWindowLink"
text="Learn more" text="Learn more"
@ -75,7 +76,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<p class="my-4 mx-0 text-center caption" v-html="DonationFooterText"></p> <p class="mt-0 mb-4 mx-0 text-center caption" v-html="DonationFooterText"></p>
</div> </div>
</div> </div>
</form> </form>