Skip to content

Commit

Permalink
Add Invertocat logo and link to GitHub repo (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed May 13, 2024
1 parent b255ac5 commit 63a966a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file added resources/public/images/github-mark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/cljs/metafacture_playground/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,13 @@
(let [backend-versions (re-frame/subscribe [::subs/backend-versions])]
(for [[version-name {:keys [version-label link]}] @backend-versions]
^{:key version-name}
[link-label (str (name version-name) " " version-label) link]))])
[link-label (str (name version-name) " " version-label) link]))
[:> image {:alt "Invertocat logo"
:src "images/github-mark.png"
:as "a"
:href "https://github.com/metafacture/metafacture-playground/"
:target "_blank"
:floated "right"}]])

;;; Message Panel

Expand Down

0 comments on commit 63a966a

Please sign in to comment.