Skip to content

Commit

Permalink
problem: no link to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gsovereignty committed May 28, 2024
1 parent 0147ce0 commit 185a7b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/components/ChatLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import { Home, Moon, Sun } from 'radix-icons-svelte';
import {
CircleQuestionSolid,
CodePullRequestSolid,
FaucetSolid,
GearSolid,
GhostSolid,
Expand Down Expand Up @@ -39,6 +40,7 @@
<Button><ListCheckSolid /></Button>
<Button><CircleQuestionSolid /></Button>
<Button><GearSolid /></Button>
<Button onClick={()=>{console.log("43");window.location.href=`https://github.com/nostrocket/humble.horse/`}}><CodePullRequestSolid /></Button>

<Button onClick={toggleMode}>
<Moon
Expand Down

0 comments on commit 185a7b4

Please sign in to comment.