From 8c669ed97a9869ca36d8923bb8cd86ef55f4673d Mon Sep 17 00:00:00 2001 From: Vignesh Joglekar Date: Wed, 20 Jan 2021 02:20:34 -0600 Subject: [PATCH] Add "Add Site" button to site switcher --- assets/js/dashboard/site-switcher.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/js/dashboard/site-switcher.js b/assets/js/dashboard/site-switcher.js index 13d8a9121f38..4b362d0edaf2 100644 --- a/assets/js/dashboard/site-switcher.js +++ b/assets/js/dashboard/site-switcher.js @@ -72,6 +72,13 @@ export default class SiteSwitcher extends React.Component {
{ this.state.sites.map(this.renderSiteLink.bind(this)) }
+
+
+ + + Add Site + +
) }