Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
Use shop name for Components.Brand in flyout
Browse files Browse the repository at this point in the history
  • Loading branch information
prinzdezibel committed Feb 7, 2018
1 parent a5c9c18 commit b93df34
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/components/core/ui-tagnav/tagNav.js
@@ -1,5 +1,5 @@
import React from "react";
import { getRawComponent, replaceComponent, Components } from "@reactioncommerce/reaction-components";
import { getRawComponent, Components, replaceComponent } from "@reactioncommerce/reaction-components";
import { DragDropProvider } from "/imports/plugins/core/ui/client/providers";


Expand All @@ -24,7 +24,7 @@ class TagNav extends getRawComponent("TagNav") {
onClick={this.props.closeNavbar}
/>
<Components.Brand
title={"reaction"}
title={this.props.shop.name}
/>
<Components.FlatButton
className="search-button"
Expand Down
1 change: 1 addition & 0 deletions client/containers/core/index.js
@@ -0,0 +1 @@
import "./ui-tagnav";
3 changes: 2 additions & 1 deletion client/containers/index.js
Expand Up @@ -3,4 +3,5 @@ import "./navBar";
import "./cartIcon";
import "./similar-products";
import "./product-variant";
import "./ui-tagnav";
import "./core";

2 changes: 1 addition & 1 deletion client/index.js
@@ -1,3 +1,3 @@
import "../lib/collections/schemas";
import "./components";
import "./containers";
import "./components";

0 comments on commit b93df34

Please sign in to comment.