Skip to content

Commit

Permalink
add GitHub project link
Browse files Browse the repository at this point in the history
  • Loading branch information
iximiuz committed Oct 9, 2023
1 parent d5a8f66 commit ff1e917
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added ui/public/logos/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions ui/src/components/GraphScreenBottomBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ defineProps({
</span>
</button>
</div>

<div class="ml-auto mr-1">
<a
target="_blank"
href="https://github.com/iximiuz/kexp"
class="h-5 w-5"
>
<img
src="/logos/github.png"
alt="GitHub project page"
class="h-5 w-5"
>
</a>
</div>
</div>
</template>

Expand Down

0 comments on commit ff1e917

Please sign in to comment.