Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Icon not showing #327

Open
nerdeveloper opened this issue Mar 12, 2018 · 2 comments
Open

Icon not showing #327

nerdeveloper opened this issue Mar 12, 2018 · 2 comments

Comments

@nerdeveloper
Copy link

nerdeveloper commented Mar 12, 2018

<a class="list__item app js-app" href="https://nerdeveloper.github.io/angular-pwa/" data-app="Coffee-app" data-tags="business shopping"> <div class="app__wrapper"> <h2 class="app__title"> CoffeeApp </h2> </div> <style> [data-app='coffeeapp'] { color: #9400d3; background: currentColor url(apps/coffee.svg) 50% 50% / 50% auto no-repeat; } </style> </a>
But after i run:
npm run build
npm run server

The app shows but the icon does not show

@RobertJGabriel
Copy link

app="Coffee-app" needs to match [data-app='coffeeapp'] .

Also if you want im making https://www.pwaawards.com/ and would love for you make a pr @nerdeveloper

@nerdeveloper
Copy link
Author

nerdeveloper commented Jun 13, 2018

Hello, @RobertJGabriel your link https://www.pwaawards.com/ seems to be broken. I think it's an SSL issue. I will love to submit a PR and thanks for the head up. I was able to fix it 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants