Skip to content

Commit

Permalink
chore: Remove beta tag from Process and make an entry in news.nb.json (
Browse files Browse the repository at this point in the history
…#13840)

Co-authored-by: Erling Hauan <148075168+ErlingHauan@users.noreply.github.com>
  • Loading branch information
Konrad-Simso and ErlingHauan authored Oct 25, 2024
1 parent c8af8d2 commit 3deec23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"$schema": "news.schema.json",
"news": [
{
"date": "2024-10-25",
"title": "Prosess har blitt voksen!",
"content": "Vi har nå fjernet Beta-merket på Prosess, fordi den er godt testet og i aktiv bruk."
},
{
"date": "2024-09-04",
"title": "Vi har endret noen begreper i Studio",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const topBarMenuItem: HeaderMenuItem[] = [
link: RoutePaths.ProcessEditor,
icon: TenancyIcon,
repositoryTypes: [RepositoryType.App],
isBeta: true,
group: HeaderMenuGroupKey.Tools,
},
{
Expand Down

0 comments on commit 3deec23

Please sign in to comment.