Gatsby: Remove broken avatar image on gatsbygram example

Created on 27 Feb 2019  路  2Comments  路  Source: gatsbyjs/gatsby

Description

The post detail page on https://gatsbygram.gatsbyjs.org is missing the avatar image. This should be updated to fix the image, or if that's not possible, remove the image completely.

Getting started

The Gatsbygram code can be found in the example directory of this repo.

The avatar is rendered in post-detail.js and the browser tests are in home-page-spec.js. Run the browser tests (built with cypress.io) with yarn run cy:run.

For reference there's a recent PR that fixes this for the gatsbygram homepage.

Steps to reproduce

screenshot 2019-02-27 at 13 47 27

Expected result

Either the correct image, or if that's not possible then remove the image.

Actual result

It's trying to show an image that's not available.

Environment

n/a

good first issue help wanted confirmed bug

Most helpful comment

I'll take a stab at fixing this today 馃槃

All 2 comments

I'll take a stab at fixing this today 馃槃

As it didn't seem to have been looked at yet, and I was mocking about with example anyway, I fixed it in #12371

Was this page helpful?
0 / 5 - 0 ratings

Related issues

theduke picture theduke  路  3Comments

timbrandin picture timbrandin  路  3Comments

Oppenheimer1 picture Oppenheimer1  路  3Comments

KyleAMathews picture KyleAMathews  路  3Comments

brandonmp picture brandonmp  路  3Comments