Skip to content

Commit e19bdd5

Browse files
committed
add banner
1 parent 2bf7a9f commit e19bdd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Banner.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { MegaphoneIcon, XMarkIcon } from '@heroicons/react/24/outline'
22

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"
3+
const URL = "https://infinitic.substack.com/p/infinitic-0180-how-we-fixed-a-critical"
4+
const TITLE_SMALL = "New in 0.18.0"
5+
const TITLE = "Solving Critical Message Ordering"
66

77
export function Banner() {
88
return (

0 commit comments

Comments
 (0)