File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,7 @@ const content = marked.parse(extractedMarkdown);
2323 <main >
2424 <h1 >Make Debugging Great Again!</h1 >
2525 <img id =" logo" src =" https://pwndbg.re/logo.png" alt =" Logo pwndbg" />
26-
2726 <img src =" https://pwndbg.re/demo.gif" alt =" Demo pwndbg" />
28- <article set:html ={ content } />
29-
30- <p class =" instructions" >
31- We supports various Linux distributions.<br />
32- Installation can be done also with standalone packaged binaries.<br />
33- <strong >Do you want more?</strong > Please check our code repository and hack with us!
34- </p >
35-
3627
3728 <ul role =" list" class =" link-card-grid" >
3829 <Card
@@ -56,6 +47,14 @@ const content = marked.parse(extractedMarkdown);
5647 body =" Come say hi to our amazing Discord community. ❤️"
5748 />
5849 </ul >
50+
51+ <article set:html ={ content } />
52+
53+ <p class =" instructions" >
54+ We supports various Linux distributions.<br />
55+ Installation can be done also with standalone packaged binaries.<br />
56+ <strong >Do you want more?</strong > Please check our code repository and hack with us!
57+ </p >
5958 </main >
6059</Layout >
6160
You can’t perform that action at this time.
0 commit comments