Skip to content

Commit

Permalink
fix notification url
Browse files Browse the repository at this point in the history
  • Loading branch information
MansourNazifiAsl committed Jan 8, 2024
1 parent 647ef2d commit db21676
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.35</Version>
<Version>1.5.36</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="https://clientnotifications.app.geeks.ltd/notifications" class="side-bar-notification no-print" data-badgeurl="https://clientnotifications.app.geeks.ltd/api/Notification/Count" data-badge="0" title="Notifications">
<a href="https://hub.app.geeks.ltd/clientnotifications/notifications" class="side-bar-notification no-print" data-badgeurl="https://clientnotifications.app.geeks.ltd/api/Notification/Count" data-badge="0" title="Notifications">
<img src="@themeRoot/img/side_bar_icons/notification.png" alt="Notifications" />
</a>
</div>
Expand Down

0 comments on commit db21676

Please sign in to comment.