Skip to content

Commit 5bce662

Browse files
committed
Fix RepositoryUrl
1 parent 49f1a1f commit 5bce662

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/MudBlazor.ThemeManager/Extensions/Extension.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public static MudTheme DeepClone(this MudTheme source)
7878
Array.Copy(baseTypography.FontFamily, fontFamilyCloned, baseTypography.FontFamily.Length);
7979
}
8080

81-
8281
var fontWeightCloned = baseTypography.FontWeight;
8382
var fontSizeCloned = baseTypography.FontSize;
8483
var lineHeightCloned = baseTypography.LineHeight;

src/MudBlazor.ThemeManager/Extensions/ThemeSerializerContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace MudBlazor.ThemeManager.Extensions;
44

5-
65
//[JsonSerializable(typeof(MudTheme))] TODO: Needs this to be done https://github.com/MudBlazor/MudBlazor/pull/9434 rest can be removed after
76
[JsonSerializable(typeof(Shadow))]
87
[JsonSerializable(typeof(LayoutProperties))]

src/MudBlazor.ThemeManager/MudBlazor.ThemeManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Description>ThemeManager component for MudBlazor to design, test or do live changes to Mudblazor themes.</Description>
2424
<PackageReadmeFile>README.md</PackageReadmeFile>
2525
<PackageProjectUrl>https://mudblazor.com/</PackageProjectUrl>
26-
<RepositoryUrl>https://github.com/Garderoben/MudBlazor</RepositoryUrl>
26+
<RepositoryUrl>https://github.com/MudBlazor/ThemeManager</RepositoryUrl>
2727
<PackageTags>Blazor, MudBlazor, Material, Material Design, Components, Blazor Components, Blazor Library</PackageTags>
2828
<RepositoryType>git</RepositoryType>
2929
<PackageIcon>Nuget.png</PackageIcon>

0 commit comments

Comments
 (0)