Skip to content

Commit

Permalink
set notification url
Browse files Browse the repository at this point in the history
  • Loading branch information
MansourNazifiAsl committed Jan 8, 2024
1 parent 3b19d93 commit 647ef2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.34</Version>
<Version>1.5.35</Version>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<Nullable>warnings</Nullable>
Expand Down
4 changes: 2 additions & 2 deletions Views/Modules/Components/SideBarIconsModule/Default.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
</a>
</div>
<div>
<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 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">
<img src="@themeRoot/img/side_bar_icons/notification.png" alt="Notifications" />
</a>
</div>
</div>
Expand Down

0 comments on commit 647ef2d

Please sign in to comment.