Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions playground/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ export function App() {
>
Rules
</a>
<a
href="https://github.com/sbdchd/squawk"
target="_blank"
className="px-3 py-1 rounded hover:bg-gray-700 transition-colors"
>
GitHub
</a>
<ShareButton text={text} />
</Nav>
<div className="flex flex-1 mt-1">
Expand Down
Loading