Skip to content

Commit

Permalink
Redo latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hossein223 committed Nov 17, 2023
1 parent 0e24f16 commit 8359ec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions Domain/Logic/AuthroziedFeatureInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,8 @@ static AuthroziedFeatureInfo[] AddEverythingItem(AuthroziedFeatureInfo[] items)
Icon = "fas fa-th"
}
};
var aiRiskRegister = new AuthroziedFeatureInfo
{
Feature = new Feature
{
Title = "AI Register v2(beta)",
LoadUrl = "https://airiskregisterv2.app.geeks.ltd/ai-registers",
Icon = "fas fa-th",
}
};
return items.Prepend(aiRiskRegister).Prepend(everything).ToArray();

return items.Prepend(everything).ToArray();
}

public static async Task<XElement> RenderMenuJson()
Expand Down
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.28</Version>
<Version>1.5.29</Version>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<Nullable>warnings</Nullable>
Expand Down

0 comments on commit 8359ec9

Please sign in to comment.