Skip to content

Commit 524f618

Browse files
authored
Tweak the wording in the graphql.org blog post (#2129)
* Remove "entirely new" from the blog post * Remove extra space * Pluralize "announcement" tag to match the other posts
1 parent d589dd3 commit 524f618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/blog/2025-09-08-announcing-graphqldotorg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Introducing the New GraphQL.org: A Decade of Evolution, Redesigned"
3-
tags: ["announcement"]
3+
tags: ["announcements"]
44
date: 2025-09-08
55
byline: Saihajpreet Singh & Piotr Monwid-Olechnowicz
66
---
@@ -33,7 +33,7 @@ Beyond the visual refresh, this redesign showcases some interesting technical de
3333

3434
**Creative Problem-Solving:** That smooth rotation animation you'll see? It's not just for aesthetics. [It's actually the only way to animate the element without breaking the highlight effects](https://stackoverflow.com/questions/74085350/backdrop-filter-doesnt-apply-if-parents-opacity-is-less-than-1) from the underlying wire graphics. Sometimes constraints lead to the most elegant solutions.
3535

36-
**Developer Experience:** We discovered it's faster to iterate on syntax highlighting themes in VSCode than in our Nextra-shiki setup. This led us to accidentally[ create an entirely new custom syntax highlighting theme](https://github.com/hasparus/k-colorable) as a side effect of the redesign process.
36+
**Developer Experience:** We discovered it's faster to iterate on syntax highlighting themes in VSCode than in our Nextra-shiki setup. This led us to publish a [syntax highlighting theme](https://github.com/hasparus/k-colorable) as a side effect of the redesign process.
3737

3838
## Explore the New Experience
3939

0 commit comments

Comments
 (0)