Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Nov 5, 2024
1 parent 31a2f9d commit cec0dbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
under the License.
-->

# Example :: Serverless Workflow Editor Standalone on webapp
# Example :: Serverless Workflow Editor (standalone) on webapp

This package contains a web application that features the Serverless Workflow Diagram Editor Standalone.
This package contains a web application that features the Serverless Workflow Editor (standalone).

### Building the dependencies

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function App() {
itemId={Location.SWF_STANDALONE_EDITOR}
isActive={location === Location.SWF_STANDALONE_EDITOR}
>
<Link to={Location.SWF_STANDALONE_EDITOR}>Serverless Workflow Editor Standalone</Link>
<Link to={Location.SWF_STANDALONE_EDITOR}>Serverless Workflow Editor (standalone)</Link>
</NavItem>
<NavItem
itemId={Location.SWF_STANDALONE_EDITOR_DIAGRAM_ONLY}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!doctype html>
<html lang="en" class="pf-m-redhat-font">
<head>
<title>Apache KIE Tools Examples :: Serverless Workflow Editor Standalone on webapp</title>
<title>Apache KIE Tools Examples :: Serverless Workflow Editor (standalone) on webapp</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Expand Down

0 comments on commit cec0dbc

Please sign in to comment.