chore: snapshot before performance optimization
This commit is contained in:
7
keep-notes/fix_end3.py
Normal file
7
keep-notes/fix_end3.py
Normal file
@@ -0,0 +1,7 @@
|
||||
with open('components/notebooks-list.tsx', 'r') as f:
|
||||
content = f.read()
|
||||
|
||||
content = content.replace('right-3', 'end-3')
|
||||
|
||||
with open('components/notebooks-list.tsx', 'w') as f:
|
||||
f.write(content)
|
||||
Reference in New Issue
Block a user