Skip to content

Give the Everything sub category an image that represents everything #17

Description

@Pjaerr

Currently on the category selection screen the SubCategory Everything doesn't have an image like the rest of the sub categories.

image

The images for a sub category are pulled in from the \frontend\static\category-images folder and the image file name must match. The image is pulled through the SubCategory component like so:

<Styled.SubCategoryListItem
      showImage={showImage}
      image={`/static/category-images/${query.replace(' ', '_')}.jpg`}
    >

This will need changing so that showImage is true and the image points to a relative image.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomersimprovementNot important, but could be fixed if time allows.

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions