Skip to content

Commit 622971f

Browse files
committed
unhide yc badge
1 parent 4985a06 commit 622971f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/marketing/src/pages/index.astro

Lines changed: 1 addition & 3 deletions
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
@@ -164,7 +164,6 @@ Source (and the place to start if something breaks): https://github.com/RhysSull
164164
</div>
165165
</div>
166166

167-
{/* YC badge hidden for now
168167
<a
169168
href="https://www.ycombinator.com"
170169
target="_blank"
@@ -179,7 +178,6 @@ Source (and the place to start if something breaks): https://github.com/RhysSull
179178
height="52"
180179
/>
181180
</a>
182-
*/}
183181
</div>
184182
</div>
185183
</section>

0 commit comments

Comments
 (0)