Skip to content

Commit

Permalink
frontend: added link to github
Browse files Browse the repository at this point in the history
  • Loading branch information
trnila committed Jun 30, 2024
1 parent 56cfa49 commit 5fc21d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
bind:selected_location={$selected_location}
/>

<a href="https://github.com/trnila/assistant">
<Icon icon="bi:github" width="20" height="20" />
</a>
<button on:click={toggleDarkMode}>
<Icon icon="ic:baseline-dark-mode" width="20" height="20" />
</button>
Expand Down Expand Up @@ -214,6 +217,7 @@
.settings {
display: flex;
gap: 5px;
align-items: center;
}
button {
Expand Down

0 comments on commit 5fc21d4

Please sign in to comment.