Skip to content

Commit de919f3

Browse files
Rename to InteractiveOOD
1 parent b14546f commit de919f3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# InteractiveUML
2-
A simple interactive UML designer for programmers and developers alike.
1+
# InteractiveOOD
2+
A simple interactive object-oriented designer for developers and system programmers alike.

site/components/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<nav class="navbar navbar-expand-lg bg-body-tertiary">
22
<div class="container-fluid">
3-
<a class="navbar-brand" href="#">InteractiveUML</a>
3+
<a class="navbar-brand" href="#">InteractiveOOD</a>
44
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#vjs-navbar-nav" aria-controls="vjs-navbar-nav" aria-expanded="false" aria-label="Toggle navigation">
55
<span class="navbar-toggler-icon"></span>
66
</button>

site/idesigner/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>InteractiveUML: IInterface Designer</title>
6+
<title>InteractiveOOD: IInterface Designer</title>
77
<link rel="stylesheet" href="../lib/css/bootstrap.min.css">
88
</head>
99
<body>

0 commit comments

Comments
 (0)