Skip to content

Commit b082bfe

Browse files
authored
Update ReleaseCarousel.tsx
1 parent 4f4e1ab commit b082bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/roadmap/_components/ReleaseCarousel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client"
22

33
// TODO: Extract intl strings
4-
// TODO: Fix RTL compatibility; currenly forced to LTR flow
4+
// TODO: Fix RTL compatibility; currently forced to LTR flow
55
import { useCallback, useEffect, useMemo, useState } from "react"
66
import { useLocale } from "next-intl"
77

0 commit comments

Comments
 (0)