Skip to content

Commit 9dfbdac

Browse files
fix(homepage): correct "Github" → "GitHub", fix alt text, and hyphenate "Self-host" (#6461)
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent b2652a0 commit 9dfbdac

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

fern/products/home/pages/welcome.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ layout: custom
160160
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
161161
</a>
162162
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/self-hosted/overview">
163-
Self host your docs
163+
Self-host your docs
164164
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
165165
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
166166
</a>
@@ -224,26 +224,26 @@ layout: custom
224224

225225
<div className="specs-grid">
226226
<a className="specs-card" href="/api-definitions/openapi/overview">
227-
<img className="m-0 dark:hidden" src="./images/openapi-light.svg" alt="Github Preview" noZoom/>
228-
<img className="m-0 hidden dark:block" src="./images/openapi-dark.svg" alt="Github Preview" noZoom />
227+
<img className="m-0 dark:hidden" src="./images/openapi-light.svg" alt="OpenAPI" noZoom/>
228+
<img className="m-0 hidden dark:block" src="./images/openapi-dark.svg" alt="OpenAPI" noZoom />
229229

230230
<p className="community-card-title">OpenAPI</p>
231231
</a>
232232
<a className="specs-card" href="/api-definitions/asyncapi/overview">
233-
<img className="m-0 dark:hidden" src="./images/asyncapi-light.svg" alt="Github Preview" noZoom/>
234-
<img className="m-0 hidden dark:block" src="./images/asyncapi-dark.svg" alt="Github Preview" noZoom />
233+
<img className="m-0 dark:hidden" src="./images/asyncapi-light.svg" alt="AsyncAPI" noZoom/>
234+
<img className="m-0 hidden dark:block" src="./images/asyncapi-dark.svg" alt="AsyncAPI" noZoom />
235235

236236
<h3 className="community-card-title">AsyncAPI</h3>
237237
</a>
238238
<a className="specs-card" href="/api-definitions/openrpc/overview">
239-
<img className="m-0 dark:hidden" src="./images/openrpc-light.svg" alt="Github Preview" noZoom/>
240-
<img className="m-0 hidden dark:block" src="./images/openrpc-dark.svg" alt="Github Preview" noZoom />
239+
<img className="m-0 dark:hidden" src="./images/openrpc-light.svg" alt="OpenRPC" noZoom/>
240+
<img className="m-0 hidden dark:block" src="./images/openrpc-dark.svg" alt="OpenRPC" noZoom />
241241

242242
<h3 className="community-card-title">OpenRPC</h3>
243243
</a>
244244
<a className="specs-card" href="/api-definitions/grpc/overview">
245-
<img className="m-0 dark:hidden" src="./images/grpc-light.svg" alt="Github Preview" noZoom/>
246-
<img className="m-0 hidden dark:block" src="./images/grpc-dark.svg" alt="Github Preview" noZoom />
245+
<img className="m-0 dark:hidden" src="./images/grpc-light.svg" alt="gRPC" noZoom/>
246+
<img className="m-0 hidden dark:block" src="./images/grpc-dark.svg" alt="gRPC" noZoom />
247247

248248
<h3 className="community-card-title">gRPC</h3>
249249
</a>
@@ -311,10 +311,10 @@ layout: custom
311311

312312
<div className="community-card">
313313
<div className="community-card-header">
314-
<img className="m-0 dark:hidden" src="./images/github-light.svg" alt="Github Preview" noZoom/>
315-
<img className="m-0 hidden dark:block" src="./images/github-dark.svg" alt="Github Preview" noZoom />
314+
<img className="m-0 dark:hidden" src="./images/github-light.svg" alt="GitHub" noZoom/>
315+
<img className="m-0 hidden dark:block" src="./images/github-dark.svg" alt="GitHub" noZoom />
316316

317-
<h3 className="community-card-title">Github</h3>
317+
<h3 className="community-card-title">GitHub</h3>
318318
</div>
319319
<p className="community-card-description">
320320
Follow progress and contribute to the codebase.
@@ -354,10 +354,10 @@ layout: custom
354354

355355
<div className="help-buttons">
356356
<a className="fern-button outlined normal gap-2 a-btn" href="https://github.com/fern-api/fern/issues">
357-
<img src="./images/github-light.svg" alt="Github" className="h-4 w-4 dark:hidden" noZoom />
358-
<img src="./images/github-dark.svg" alt="Github" className="h-4 w-4 hidden dark:block" noZoom />
357+
<img src="./images/github-light.svg" alt="GitHub" className="h-4 w-4 dark:hidden" noZoom />
358+
<img src="./images/github-dark.svg" alt="GitHub" className="h-4 w-4 hidden dark:block" noZoom />
359359

360-
File a Github issue
360+
File a GitHub issue
361361
</a>
362362

363363
<a className="fern-button outlined normal gap-2 a-btn" href="mailto:support@buildwithfern.com">

0 commit comments

Comments
 (0)