Skip to content

Commit

Permalink
Merge branch 'main' into issue-395-sonar-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Panagiotis Bellias committed May 19, 2024
2 parents e33e668 + 25fcfa6 commit 2a6e8dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

<p align="center">
<a href="https://binarytree.dev/" target="_blank">
<img src="https://github.com/lifeparticle/lifeparticle/blob/master/gh_social.png" alt="binary tree logo" height="70" />
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/lifeparticle/lifeparticle/blob/master/gh_social_dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/lifeparticle/lifeparticle/blob/master/gh_social_light.png">
<img alt="BinaryTree" src="https://github.com/lifeparticle/lifeparticle/blob/master/gh_social_light.png" width="200">
</picture>
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion api/news/news.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/npm-packages/packages.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages":[{"key":"react","url":"https://www.npmjs.com/package/react","version":"18.3.1","new":true},{"key":"svelte","url":"https://www.npmjs.com/package/svelte","version":"4.2.16","new":true},{"key":"remix","url":"https://www.npmjs.com/package/remix","version":"2.9.2","new":true},{"key":"gatsby","url":"https://www.npmjs.com/package/gatsby","version":"5.13.4","new":true},{"key":"next","url":"https://www.npmjs.com/package/next","version":"14.2.3","new":true},{"key":"vue","url":"https://www.npmjs.com/package/vue","version":"3.4.27","new":true}],"lastDate":1715559447919}
{"packages":[{"key":"react","url":"https://www.npmjs.com/package/react","version":"18.3.1","new":true},{"key":"svelte","url":"https://www.npmjs.com/package/svelte","version":"4.2.17","new":true},{"key":"remix","url":"https://www.npmjs.com/package/remix","version":"2.9.2","new":true},{"key":"gatsby","url":"https://www.npmjs.com/package/gatsby","version":"5.13.4","new":true},{"key":"next","url":"https://www.npmjs.com/package/next","version":"14.2.3","new":true},{"key":"vue","url":"https://www.npmjs.com/package/vue","version":"3.4.27","new":true}],"lastDate":1715905001363}
2 changes: 0 additions & 2 deletions ui/src/pages/Generator/Uuid/Uuid.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.uuid {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: var(--bt-full-page-height);
gap: var(--bt-size-20);
Expand Down

0 comments on commit 2a6e8dc

Please sign in to comment.