Monday-Morning/project-tahiti

bug: warning in console due to MM main logo.

Opened this issue · 0 comments

Describe the bug
Image with src "/_next/static/media/logo_full_black.f1e2826e.png" may not render properly with a parent using position:"static".

To Reproduce
Steps to reproduce the behaviour:

  1. Go to any page
  2. Click on inspect (using right-click)
  3. Scroll down in console.
  4. See error

Expected behaviour
At least no warning due to MM main logo is expected.

Screenshots
image

Additional context
Solution: Consider changing the parent style to position:"relative" with a width and height.