File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1595,7 +1595,7 @@ <h3>
15951595 < p style ="margin: 0; text-align: center; "> Screenshot will appear here< br /> < small > Place tui-home-preview.png in assets/ folder</ small > </ p >
15961596 </ div >
15971597 < img id ="tui-home-img "
1598- src ="assets/tui-home-preview.png "
1598+ src ="./ assets/tui-home-preview.png "
15991599 alt ="PersistenceAI TUI Home Screen "
16001600 class ="screenshot-img "
16011601 onload ="this.classList.add('loaded'); const placeholder = document.getElementById('tui-home-placeholder'); if (placeholder) placeholder.classList.add('hidden'); "
@@ -1623,7 +1623,7 @@ <h3>
16231623 < p style ="margin: 0; text-align: center; "> Screenshot will appear here< br /> < small > Place tui-multipane-preview.png in assets/ folder</ small > </ p >
16241624 </ div >
16251625 < img id ="tui-multipane-img "
1626- src ="assets/tui-multipane-preview.png "
1626+ src ="./ assets/tui-multipane-preview.png "
16271627 alt ="PersistenceAI TUI Multi-Pane Interface "
16281628 class ="screenshot-img "
16291629 onload ="this.classList.add('loaded'); const placeholder = document.getElementById('tui-multipane-placeholder'); if (placeholder) placeholder.classList.add('hidden'); "
You can’t perform that action at this time.
0 commit comments