Change configuration to use the neutral theme and BlockScout logo

pull/1065/head
Ryan Arthur 6 years ago
parent 5356bb88a0
commit c4986542ab
  1. 2
      apps/block_scout_web/assets/css/theme/_variables.scss
  2. 2
      apps/block_scout_web/lib/block_scout_web/views/layout_view.ex

@ -1,2 +1,2 @@
@import "poa_variables";
@import "neutral_variables";
@import "theme/base_variables";

@ -8,7 +8,7 @@ defmodule BlockScoutWeb.LayoutView do
end
def logo do
Keyword.get(application_config(), :logo) || "/images/poa_logo.svg"
Keyword.get(application_config(), :logo) || "/images/blockscout_logo.svg"
end
def subnetwork_title do

Loading…
Cancel
Save