mirror of https://github.com/embarklabs/embark.git
Fix typo
This commit is contained in:
parent
73923a682a
commit
177d52a655
|
@ -20,7 +20,7 @@ const Layout = (props) => (
|
||||||
navItems: (
|
navItems: (
|
||||||
<Nav.Item type="div" className="d-none d-md-flex">
|
<Nav.Item type="div" className="d-none d-md-flex">
|
||||||
<Button
|
<Button
|
||||||
href="https://github.com/embark-fraework/embark"
|
href="https://github.com/embark-framework/embark"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
outline
|
outline
|
||||||
size="sm"
|
size="sm"
|
||||||
|
|
Loading…
Reference in New Issue