Skip to content

Commit 34391eb

Browse files
committed
Update add_version_to_docs.py
1 parent e3c48b9 commit 34391eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/add_version_to_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def add_to_compat_table(leptos_version: str, crate_version: str, original_text:
6262
i = 1
6363
for i in range(1, 5):
6464
if re.search(rf"^\|[^|]+\| {leptos_version}", lines[-i]) is not None:
65-
table_row = lines[-1]
65+
table_row = lines[-i]
6666
break
6767

6868
if table_row is None:

0 commit comments

Comments
 (0)