From 7cc3e100af7a8f06881f6672b0fb30faa76193be Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 24 Apr 2016 11:22:57 -0400 Subject: [PATCH] remove featured from signed in explore maps bar --- public/famous/templates.js | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/public/famous/templates.js b/public/famous/templates.js index 1365e67a..fa1024bb 100644 --- a/public/famous/templates.js +++ b/public/famous/templates.js @@ -19,24 +19,17 @@ t.logoContent += ''; /* logged in explore maps bars */ t.mineAuthContent = '
My Maps
'; - t.mineAuthContent += '
Shared Maps
'; + t.mineAuthContent += '
Shared With Me
'; t.mineAuthContent += '
Recently Active
'; - t.mineAuthContent += '
Featured
'; t.sharedAuthContent = '
My Maps
'; - t.sharedAuthContent += '
Shared Maps
'; + t.sharedAuthContent += '
Shared With Me
'; t.sharedAuthContent += '
Recently Active
'; - t.sharedAuthContent += '
Featured
'; t.activeAuthContent = '
My Maps
'; - t.activeAuthContent += '
Shared Maps
'; + t.activeAuthContent += '
Shared With Me
'; t.activeAuthContent += '
Recently Active
'; - t.activeAuthContent += '
Featured
'; - t.featuredAuthContent = '
My Maps
'; - t.featuredAuthContent += '
Shared Maps
'; - t.featuredAuthContent += '
Recently Active
'; - t.featuredAuthContent += '
Featured
'; /* apps bars */ t.registeredAppsContent = '
Registered Apps
';