microsoft / create-react-app-uifabric

A Create React App based starter with UI Fabric goodness baked in
MIT License
41 stars 25 forks source link

Create-react-app-uifabric logo image not found. #7

Closed ghost closed 3 years ago

ghost commented 4 years ago

When creating a new application the logo that comes from https://raw.githubusercontent.com/Microsoft/just/master/packages/just-stack-uifabric/template/src/components/fabric.png gives a 404 error.

image

image

bluebrown commented 4 years ago

Came here to say the same, not sure which image was there but we could just do this. Looks fine.

<img
     src="https://user-images.githubusercontent.com/785361/50458071-45b58d00-0915-11e9-90c0-ad8789c99db5.png"
     alt="logo"
     height='360'
/>

It is the image from the frabric-react main repo https://github.com/OfficeDev/office-ui-fabric-react

Hotell commented 3 years ago

fixed by #22