Skip to content

Commit f87d480

Browse files
authored
Remove "entirely new" from the blog post
1 parent d589dd3 commit f87d480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)