Skip to content

Commit 7e27ce5

Browse files
udpate links
1 parent 703a853 commit 7e27ce5

1 file changed

Lines changed: 16 additions & 9 deletions

File tree

src/App.tsx

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -518,19 +518,26 @@ export default function App() {
518518
<div className="app">
519519
<aside className="sidebar">
520520
<div className="titlebar">
521-
<h1>BinaryConstruct Skybox Editor<span className="tagline">Free procedural stellar skybox editor</span></h1>
522-
<span className="icon-links">
523-
<a href="https://github.com/BinaryConstruct/skyboxeditor" target="_blank" rel="noreferrer" title="Source on GitHub" aria-label="GitHub">
521+
<h1>BinaryConstruct Skybox Editor<span className="tagline">Free procedural stellar skybox editor</span></h1>
522+
<span className="icon-links">
523+
<a href="https://github.com/BinaryConstruct/skyboxeditor/blob/main/Docs/Instructions/USAGE.md" target="_blank" rel="noreferrer" title="Usage guide" aria-label="Help and usage guide">
524+
<svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true">
525+
<circle cx="12" cy="12" r="9" />
526+
<path d="M9.7 9a2.4 2.4 0 1 1 3.9 1.9c-.9.7-1.6 1.2-1.6 2.6" />
527+
<path d="M12 17h.01" />
528+
</svg>
529+
</a>
530+
<a href="https://github.com/BinaryConstruct/skyboxeditor" target="_blank" rel="noreferrer" title="Source on GitHub" aria-label="GitHub">
524531
<svg viewBox="0 0 16 16" width="18" height="18" fill="currentColor" aria-hidden="true">
525532
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8Z" />
526533
</svg>
527534
</a>
528-
<a href="https://patreon.com/binaryconstruct" target="_blank" rel="noreferrer" title="Support on Patreon" aria-label="Patreon">
529-
<svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor" aria-hidden="true">
530-
<path d="M14.82 2.41c-3.96 0-7.18 3.22-7.18 7.18 0 3.94 3.22 7.15 7.18 7.15 3.94 0 7.15-3.21 7.15-7.15 0-3.96-3.21-7.18-7.15-7.18M2.03 21.6h3.5V2.41h-3.5Z" />
531-
</svg>
532-
</a>
533-
</span>
535+
<a href="https://patreon.com/binaryconstruct" target="_blank" rel="noreferrer" title="Support on Patreon" aria-label="Patreon">
536+
<svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor" aria-hidden="true">
537+
<path d="M14.82 2.41c-3.96 0-7.18 3.22-7.18 7.18 0 3.94 3.22 7.15 7.18 7.15 3.94 0 7.15-3.21 7.15-7.15 0-3.96-3.21-7.18-7.15-7.18M2.03 21.6h3.5V2.41h-3.5Z" />
538+
</svg>
539+
</a>
540+
</span>
534541
</div>
535542

536543
<div className="file-row">

0 commit comments

Comments
 (0)