Skip to content

Commit

Permalink
Merge pull request #487 from Vizzuality/master
Browse files Browse the repository at this point in the history
Merging hotfixes back from Master to Dev
  • Loading branch information
martintomas committed Jan 19, 2024
2 parents 3cd2a60 + 6bee443 commit 265802d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/views/layouts/tpi.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
<%= stylesheet_link_tag 'tpi' %>
<%= javascript_pack_tag 'tpi' %>
<% if Rails.env.production? %>
<script defer data-domain="transitionpathwayinitiative.org" src=https://plausible.io/js/script.js></script>
<% end %>
</head>
<body>
<%= render "layouts/tpi/fixed-navbar" %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/tpi/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
entry: 'About',
content: [
@about_tpi_centre.empty? ? nil : {
title: 'TPI Global Climate Transition Centre',
title: 'TPI Centre',
content: @about_tpi_centre
},
@about_tpi_ltd.empty? ? nil : {
Expand Down

0 comments on commit 265802d

Please sign in to comment.