We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9646a7d commit d339e30Copy full SHA for d339e30
app/client/main.html
@@ -2,7 +2,7 @@
2
<meta charset="utf-8">
3
<link rel="shortcut icon" href="/favicon.ico">
4
<meta name="viewport" content="width=device-width, initial-scale=1">
5
- <title>meteor-example-form-react-bootstrap</title>
+ <title>meteor-example-form-react</title>
6
</head>
7
8
<body>
app/imports/ui/components/NavBar.jsx
@@ -9,7 +9,7 @@ const NavBar = () => {
9
<Navbar bg="dark" expand="lg" style={menuStyle}>
10
<Container>
11
<Navbar.Brand as={NavLink} activeClassName="" exact to="/">
12
- <h1>meteor-example-form-react-bootstrap</h1>
+ <h1>meteor-example-form-react</h1>
13
</Navbar.Brand>
14
</Container>
15
</Navbar>
0 commit comments