diff --git a/apps/synapse-playground/public/github.png b/apps/synapse-playground/public/github.png new file mode 100644 index 00000000..537c4db8 Binary files /dev/null and b/apps/synapse-playground/public/github.png differ diff --git a/apps/synapse-playground/src/app.tsx b/apps/synapse-playground/src/app.tsx index 675cf12e..e07a3c85 100644 --- a/apps/synapse-playground/src/app.tsx +++ b/apps/synapse-playground/src/app.tsx @@ -25,9 +25,12 @@ export function App() { Filecoin Onchain Cloud -
+
{isConnected && } + + +
diff --git a/apps/synapse-playground/src/components/icons.tsx b/apps/synapse-playground/src/components/icons.tsx index 9cabd0d4..cd2f2fdc 100644 --- a/apps/synapse-playground/src/components/icons.tsx +++ b/apps/synapse-playground/src/components/icons.tsx @@ -59,3 +59,15 @@ export function Filecoin(props: React.SVGProps) { ) } + +export function Github(props: React.SVGProps) { + return ( + + Github + + + ) +}