Skip to content

Commit

Permalink
Merge pull request #50 from uselagoon/facts_tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Oct 7, 2022
2 parents 48e79f7 + 9be1b3c commit 2253fa9
Show file tree
Hide file tree
Showing 5 changed files with 508 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/NavTabs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ const NavTabs = ({ activeTab, environment }) => (
</FactsLink>
</li>
}
{/* {(environment.project.insightsUi == 1) && */}
<li
{(environment.project.factsUi == 1) && <li
className={`insights ${activeTab == 'insights' ? 'active' : ''} ${aClassName}`}
>
<InsightsLink
Expand All @@ -113,6 +112,7 @@ const NavTabs = ({ activeTab, environment }) => (
Insights
</InsightsLink>
</li>
}
{/* } */}
<style jsx>{`
.navigation {
Expand Down
130 changes: 129 additions & 1 deletion src/static/images/facts-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
115 changes: 114 additions & 1 deletion src/static/images/facts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2253fa9

Please sign in to comment.