Skip to content

Commit

Permalink
change my name/links
Browse files Browse the repository at this point in the history
  • Loading branch information
luludotdev committed Mar 10, 2024
1 parent 9130c9d commit e4982ba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ModAssistant/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- Load theme to be modified via the Theme engine. -->
<ResourceDictionary x:Name="LoadedTheme" Source="Themes/Dark.xaml" />

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

<!-- Load Styles needed for the Theme engine to work. -->
Expand Down
4 changes: 2 additions & 2 deletions ModAssistant/Pages/About.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
VerticalAlignment="Center"
FontSize="20"
FontWeight="Bold">
<Hyperlink local:HyperlinkExtensions.IsExternal="True" NavigateUri="https://www.jackbaron.com/">
lolPants
<Hyperlink local:HyperlinkExtensions.IsExternal="True" NavigateUri="https://lulu.dev/">
Lulu
</Hyperlink>
</TextBlock>
<TextBlock
Expand Down
2 changes: 1 addition & 1 deletion ModAssistant/Themes/Dark.xaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">

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

<!-- Standard Styles -->
<Color x:Key="StandardContent">#E0E0E0</Color>
Expand Down
2 changes: 1 addition & 1 deletion ModAssistant/Themes/Light.xaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">

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

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

0 comments on commit e4982ba

Please sign in to comment.