Skip to content

Commit 7293b03

Browse files
1 parent 2fca424 commit 7293b03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

33
<div align="center">
44

5-
![JSON Viewer Component](https://raw.githubusercontent.com/JsonViewer-Component/Blazor/main/assets/logo.png)
5+
![JSON Viewer Component](https://raw.githubusercontent.com/JsonViewer-Component/Blazor/main/Documents/assets/logo.png)
66

77
A powerful, feature-rich JSON viewer component for Blazor applications with VS Code-style syntax highlighting.
88

src/Component/Component.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<!-- Include files in NuGet package -->
3939
<ItemGroup>
4040
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
41-
<None Include="..\..\assets\logo.png" Pack="true" PackagePath="\" />
41+
<None Include="..\..\Documents\assets\logo.png" Pack="true" PackagePath="\" />
4242
</ItemGroup>
4343

4444
</Project>

0 commit comments

Comments
 (0)