Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update headers of website #6607

Merged
merged 1 commit into from
Oct 16, 2023
Merged
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
9 changes: 3 additions & 6 deletions website/src/components/layout/header.tsx
Original file line number Diff line number Diff line change
@@ -370,22 +370,19 @@ const ProductsNavItem: FC<ProductsNavItemProps> = ({ firstBlogPost }) => {
<TileLink to="/products/bananacakepop" onClick={hideSubNav}>
<TileLinkTitle>Banana Cake Pop</TileLinkTitle>
<TileLinkDescription>
The IDE to create, explore, manage, and test <em>GraphQL</em> APIs
with ease.
The IDE to create, explore, manage, and test GraphQL APIs with ease.
</TileLinkDescription>
</TileLink>
<TileLink to="/products/hotchocolate" onClick={hideSubNav}>
<TileLinkTitle>Hot Chocolate</TileLinkTitle>
<TileLinkDescription>
The server to create high-performance <em>.NET GraphQL</em> APIs in
no time.
The server to create high-performance .NET GraphQL APIs in no time.
</TileLinkDescription>
</TileLink>
<TileLink to="/products/strawberryshake" onClick={hideSubNav}>
<TileLinkTitle>Strawberry Shake</TileLinkTitle>
<TileLinkDescription>
The client to create modern <em>.NET</em> apps that consume{" "}
<em>GraphQL</em> APIs effortless.
Effortlessly create modern .NET apps that consume GraphQL APIs.
</TileLinkDescription>
</TileLink>
</SubNavMain>
Loading