|
38 | 38 | <meta property="og:title" content="TextAgent"> |
39 | 39 | <meta property="og:description" |
40 | 40 | content="TextAgent is a powerful GitHub-style Markdown rendering tool with AI assistant, live preview, LaTeX math, Mermaid diagrams, syntax highlighting, dark mode, and export options to PDF, HTML, and MD—all fully client-side and secure."> |
41 | | - <meta property="og:image" content="https://textagent.github.io/assets/icon.jpg"> |
| 41 | + <meta property="og:image" content="https://textagent.github.io/assets/icon.png"> |
42 | 42 |
|
43 | 43 | <!-- Twitter --> |
44 | 44 | <meta property="twitter:card" content="summary_large_image"> |
45 | 45 | <meta property="twitter:url" content="https://textagent.github.io/"> |
46 | 46 | <meta property="twitter:title" content="TextAgent"> |
47 | 47 | <meta property="twitter:description" |
48 | 48 | content="TextAgent is a powerful GitHub-style Markdown rendering tool with AI assistant, live preview, LaTeX math, Mermaid diagrams, syntax highlighting, dark mode, and export options to PDF, HTML, and MD—all fully client-side and secure."> |
49 | | - <meta property="twitter:image" content="https://textagent.github.io/assets/icon.jpg"> |
| 49 | + <meta property="twitter:image" content="https://textagent.github.io/assets/icon.png"> |
50 | 50 |
|
51 | 51 | <title>TextAgent</title> |
52 | | - <link href="assets/icon.jpg" rel="icon" type="image/jpg"> |
| 52 | + <link href="assets/icon.png" rel="icon" type="image/png"> |
53 | 53 |
|
54 | 54 | <!-- Anti-flicker: set theme BEFORE any CSS/JS loads --> |
55 | 55 | <script> |
@@ -564,8 +564,8 @@ <h5>Menu</h5> |
564 | 564 | <button id="qab-help" class="qab-btn" title="Help Mode"> |
565 | 565 | <i class="bi bi-question-circle"></i> Help |
566 | 566 | </button> |
567 | | - <a href="https://github.com/Textagent/textagent.github.io/issues" class="qab-btn" |
568 | | - title="Open Issues" target="_blank" rel="noopener noreferrer" |
| 567 | + <a href="https://github.com/Textagent/textagent.github.io/issues" class="qab-btn" title="Open Issues" |
| 568 | + target="_blank" rel="noopener noreferrer" |
569 | 569 | style="text-decoration:none;color:inherit;font-size:0.55rem;padding:2px 6px;white-space:normal;text-align:center;line-height:1.1;max-width:3.2rem"> |
570 | 570 | <i class="bi bi-bug"></i> Open Issues |
571 | 571 | </a> |
|
0 commit comments