Skip to content

Commit d339e30

Browse files
committed
More name change.
1 parent 9646a7d commit d339e30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/client/main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<meta charset="utf-8">
33
<link rel="shortcut icon" href="/favicon.ico">
44
<meta name="viewport" content="width=device-width, initial-scale=1">
5-
<title>meteor-example-form-react-bootstrap</title>
5+
<title>meteor-example-form-react</title>
66
</head>
77

88
<body>

app/imports/ui/components/NavBar.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const NavBar = () => {
99
<Navbar bg="dark" expand="lg" style={menuStyle}>
1010
<Container>
1111
<Navbar.Brand as={NavLink} activeClassName="" exact to="/">
12-
<h1>meteor-example-form-react-bootstrap</h1>
12+
<h1>meteor-example-form-react</h1>
1313
</Navbar.Brand>
1414
</Container>
1515
</Navbar>

0 commit comments

Comments
 (0)