Skip to content

Commit

Permalink
git hub
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Oct 13, 2024
1 parent e9311b3 commit 031dc28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added apps/color-buddy/public/github-mark-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions apps/color-buddy/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import configStore from "./stores/config-store";
import lintStore from "./stores/lint-store";
import Github from "virtual:icons/custom/github-mark-white";
import { logEvent } from "./lib/api-calls";
onMount(() => {
Expand Down Expand Up @@ -114,6 +116,13 @@
</div>
</div>
<div class="flex justify-between items-center">
<a
href="https://github.com/mcnuttandrew/color-buddy"
class="text-sm"
target="_blank"
>
<img src={"./github-mark-white.png"} alt="github" class="h-5 mr-4" />
</a>
<Config />
</div>
</header>
Expand Down

0 comments on commit 031dc28

Please sign in to comment.