Skip to content

Commit

Permalink
version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
matsonj committed Mar 26, 2024
1 parent 0cb23b4 commit 8541e5f
Show file tree
Hide file tree
Showing 4 changed files with 18,284 additions and 6,529 deletions.
10 changes: 10 additions & 0 deletions evidence/components/GithubStarCount.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<script context="module">
export const evidenceInclude = true;
</script>

<script>
export let user;
export let repo;
</script>

<iframe style="display:block;" src="https://ghbtns.com/github-btn.html?user={user}&repo={repo}&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
1 change: 0 additions & 1 deletion evidence/evidence.plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ components:
# This loads all of evidence's core charts and UI components
# You probably don't want to edit this dependency unless you know what you are doing
"@evidence-dev/core-components": {}
"@evidence-dev/labs": {}

# Loading a plugin:
# your-component-plugin: {}
Expand Down
Loading

0 comments on commit 8541e5f

Please sign in to comment.