Skip to content

Commit

Permalink
fix SideBarIconsModule
Browse files Browse the repository at this point in the history
  • Loading branch information
MansourNazifiAsl committed Nov 10, 2023
1 parent 0c171fc commit b1c2e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Olive.Microservices.Hub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>Geeks Ltd</Authors>
<RepositoryUrl>https://github.com/Geeksltd/Olive.Microservices.Hub/tree/master/Olive.Microservices.Hub</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<Version>1.5.25</Version>
<Version>1.5.26</Version>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<Nullable>warnings</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion Views/Modules/Components/SideBarIconsModule/Default.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</a>
</div>
<div>
<a href="#" class="side-bar-notification no-print" data-badgeurl="@Microservice.Of("ClientNotifications").Url("api/Notification/Count")" data-badge="0" title="Coming Soon!">
<a href="#" class="side-bar-notification no-print" data-badgeurl="http://localhost:9202/api/Notification/Count" data-badge="0" title="Coming Soon!">
<img src="@themeRoot/img/side_bar_icons/notification.png" alt="Coming Soon!" />
</a>
</div>
Expand Down

0 comments on commit b1c2e57

Please sign in to comment.