aeternity / aepp-components

deprecated: aepp-components to be used in all aepps.
ISC License
41 stars 14 forks source link

Fix the ae-header component in v3 #226

Open kenodressel opened 5 years ago

kenodressel commented 5 years ago

In aepp-compoenents-3 the ae-header component is currently not displaying a proper styling.

sadiqevani commented 5 years ago

@kenodressel Can you show me what is a proper style that you need to get from ae-header?

kenodressel commented 5 years ago

Currently the header on non-mobile devices reads "Go To Main Page" in addition to the specified title as './assets/logo-small.png' can not be loaded. Other than this the styling looks significantly better compared to when i initially opened this issue.

sadiqevani commented 5 years ago

@kenodressel

For this component, I just went and checked its state, and the logo should load without any issue. https://www.dropbox.com/s/9w7lh9a2sjhcpyf/Screenshot%202019-01-08%2012.36.46.png?dl=0

Maybe there's some kind of problem with your webpack loaders, the reason might be is that they might not load .png files! Can you verify this?