Skip to content

Commit f9798ce

Browse files
committed
hide yc badge
1 parent 09c8190 commit f9798ce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/marketing/src/pages/index.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ContextBloatDemo } from "../components/context-bloat-demo";
55
import { SelfHostContactModal } from "../components/self-host-contact-modal";
66
// Imported so Vite emits it as a hashed build asset (served from /_astro/...);
77
// the deploy pipeline does not pick up newly added /public files.
8-
import ycBackedBy from "../assets/yc-backed-by.svg?url";
8+
// import ycBackedBy from "../assets/yc-backed-by.svg?url";
99
1010
const GH = "https://github.com/RhysSullivan/executor";
1111
@@ -157,6 +157,7 @@ Source (and the place to start if something breaks): https://github.com/RhysSull
157157
</div>
158158
</div>
159159

160+
{/* YC badge hidden for now
160161
<a
161162
href="https://www.ycombinator.com"
162163
target="_blank"
@@ -171,6 +172,7 @@ Source (and the place to start if something breaks): https://github.com/RhysSull
171172
height="52"
172173
/>
173174
</a>
175+
*/}
174176
</div>
175177
</div>
176178
</section>

0 commit comments

Comments
 (0)