A fullstack app for indexing standard.site documents
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: added default image

Steve 03b8f579 2f1a56d7

+5 -10
packages/client/public/clouds.png

This is a binary file and will not be displayed.

+5 -10
packages/client/src/App.tsx
··· 494 494 }} 495 495 /> 496 496 ) : ( 497 - <div 497 + <img 498 + src="/clouds.png" 499 + alt="Default" 498 500 style={{ 499 501 width: "88px", 500 502 height: "88px", 501 - backgroundColor: "#f0f0f0", 503 + objectFit: "cover", 502 504 border: "1px solid #d0d0d0", 503 - display: "flex", 504 - alignItems: "center", 505 - justifyContent: "center", 506 - fontSize: "10px", 507 - color: "#999", 508 505 }} 509 - > 510 - No Image 511 - </div> 506 + /> 512 507 )} 513 508 </div> 514 509