Skip to content

Commit

Permalink
Update headers of website
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn committed Oct 16, 2023
1 parent c724d3c commit 303410c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions website/src/components/layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 303410c

Please sign in to comment.