Skip to content

Commit e4982ba

Browse files
committed
change my name/links
1 parent 9130c9d commit e4982ba

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ModAssistant/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- Load theme to be modified via the Theme engine. -->
1919
<ResourceDictionary x:Name="LoadedTheme" Source="Themes/Dark.xaml" />
2020

21-
<!-- Load SVG icons, courtesy of lolPants. -->
21+
<!-- Load SVG icons, courtesy of Lulu. -->
2222
<ResourceDictionary x:Name="Icons" Source="Resources/Icons.xaml" />
2323

2424
<!-- Load Styles needed for the Theme engine to work. -->

ModAssistant/Pages/About.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128
VerticalAlignment="Center"
129129
FontSize="20"
130130
FontWeight="Bold">
131-
<Hyperlink local:HyperlinkExtensions.IsExternal="True" NavigateUri="https://www.jackbaron.com/">
132-
lolPants
131+
<Hyperlink local:HyperlinkExtensions.IsExternal="True" NavigateUri="https://lulu.dev/">
132+
Lulu
133133
</Hyperlink>
134134
</TextBlock>
135135
<TextBlock

ModAssistant/Themes/Dark.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
22

3-
<!-- Mod Assistant Dark Theme by Caeden117 and lolPants -->
3+
<!-- Mod Assistant Dark Theme by Caeden117 and Lulu -->
44

55
<!-- Standard Styles -->
66
<Color x:Key="StandardContent">#E0E0E0</Color>

ModAssistant/Themes/Light.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
22

3-
<!-- Mod Assistant Light Theme by Caeden117 and lolPants -->
3+
<!-- Mod Assistant Light Theme by Caeden117 and Lulu -->
44

55
<!-- Standard Styles -->
66
<Color x:Key="StandardContent">#101010</Color>

0 commit comments

Comments
 (0)