Skip to content

Commit

Permalink
fix to AAS AID
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan committed Oct 9, 2023
1 parent 3ed9669 commit 480982b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web-new/src/styles/_console.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
}

&:nth-child(4)::before {
content: 'AAS/AID';
content: 'AAS AID';
}

&:nth-child(5)::before {
Expand Down
2 changes: 1 addition & 1 deletion packages/web-new/src/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ main .console {
content: "AsyncAPI";
}
.console__tabs .visualization input[type=radio]:nth-child(4)::before {
content: "AAS/AID";
content: "AAS AID";
}
.console__tabs .visualization input[type=radio]:nth-child(5)::before {
content: "Defaults";
Expand Down

0 comments on commit 480982b

Please sign in to comment.