We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf7a9f commit e19bdd5Copy full SHA for e19bdd5
src/components/Banner.jsx
@@ -1,8 +1,8 @@
1
import { MegaphoneIcon, XMarkIcon } from '@heroicons/react/24/outline'
2
3
-const URL = "https://infinitic.substack.com/p/unlocking-performance-with-batches"
4
-const TITLE_SMALL = "New in 0.16.2"
5
-const TITLE = "Unlocking Performance With Batches"
+const URL = "https://infinitic.substack.com/p/infinitic-0180-how-we-fixed-a-critical"
+const TITLE_SMALL = "New in 0.18.0"
+const TITLE = "Solving Critical Message Ordering"
6
7
export function Banner() {
8
return (
0 commit comments