diff --git a/app/MindWork AI Studio/Pages/Supporters.razor b/app/MindWork AI Studio/Pages/Supporters.razor
index 7ba8131b..26cd7352 100644
--- a/app/MindWork AI Studio/Pages/Supporters.razor	
+++ b/app/MindWork AI Studio/Pages/Supporters.razor	
@@ -33,14 +33,8 @@
                     The first 10 supporters who make a monthly contribution:
                 </MudText>
                 <MudList T="string">
-                    <MudListItem T="string" Icon="@Icons.Material.Filled.Person">
-                        <MudLink Href="https://github.com/richard-stanton" Target="_blank">
-                            richard-stanton
-                        </MudLink>
-                        <MudText Typo="Typo.body1" Class="ml-3" Inline="@true">
-                            Thank you, Richard, for being the first.
-                        </MudText>
-                    </MudListItem>
+                    <Supporter Name="richard-stanton" Type="SupporterType.INDIVIDUAL" URL="https://github.com/richard-stanton" Acknowledgment="Thank you, Richard, for being the first."/>
+                    <Supporter Name="peerschuett" Type="SupporterType.INDIVIDUAL" URL="https://github.com/peerschuett" Acknowledgment="Thank you, Peer, for your courage in being the second person to support the project financially."/>
                 </MudList>
             </MudPaper>
         </MudItem>
diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md
index 07c4e17a..4b1933e9 100644
--- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md	
+++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md	
@@ -1,2 +1,3 @@
 # v0.9.16, build 191 (2024-11-xx xx:xx UTC)
+- Added our second financial contributor: Thanks `peerschuett` for supporting AI Studio financially.
 - Improved the layout of the app window, for example, in full-screen mode on large or high-resolution monitors.
\ No newline at end of file