Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions apps/marketing/src/assets/yc-backed-by.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion apps/marketing/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,14 @@ Source (and the place to start if something breaks): https://github.com/UsefulSo
class="rise-4 mt-10 inline-flex"
aria-label="Backed by Y Combinator"
>
{/* Shadow lives here, not in the SVG: WebKit rasterizes SVG
filter regions in <img> at 1x, blurring the badge on mobile. */}
<img
src={ycBackedBy}
alt="Backed by Y Combinator"
width="140"
height="52"
height="50"
class="rounded-[4px] shadow-[0_1.6px_1.6px_rgba(0,0,0,0.25)]"
/>
</a>
</div>
Expand Down
Loading