Skip to content

Commit 3664f63

Browse files
committed
add view on github link
1 parent 7ec8e06 commit 3664f63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/App.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,15 @@ export default function App() {
694694
style={{ display: 'none' }}
695695
aria-hidden
696696
/>
697+
<a
698+
href="https://github.com/devalbo/tb-solid-pod"
699+
target="_blank"
700+
rel="noopener noreferrer"
701+
style={styles.navGitHubLink}
702+
title="View repository on GitHub"
703+
>
704+
View on github
705+
</a>
697706
</div>
698707
</div>
699708

@@ -1032,6 +1041,7 @@ const styles: Record<string, CSSProperties> = {
10321041
topNavTabs: { display: 'flex', gap: 0 },
10331042
topNavActions: { display: 'flex', gap: 8, alignItems: 'center' },
10341043
navExportBtn: { padding: '6px 12px', cursor: 'pointer', borderRadius: 4, border: '1px solid #444', background: '#2a2a2a', color: '#ccc', fontSize: 12, fontWeight: 500 },
1044+
navGitHubLink: { display: 'flex', alignItems: 'center', justifyContent: 'center', padding: '6px 12px', borderRadius: 4, border: '1px solid #444', background: '#2a2a2a', color: '#ccc', textDecoration: 'none', marginLeft: 4, fontSize: 12, fontWeight: 500 },
10351045
topNavTab: { padding: '14px 24px', border: 'none', background: 'transparent', color: '#888', cursor: 'pointer', fontSize: 14, fontWeight: 500, borderBottom: '2px solid transparent', transition: 'all 0.2s' },
10361046
topNavTabActive: { color: '#4ecdc4', borderBottom: '2px solid #4ecdc4' },
10371047
terminalView: { padding: 0, height: 'calc(100vh - 49px)', background: '#1e1e1e' },

0 commit comments

Comments
 (0)