Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-koenig committed Dec 13, 2023
2 parents 608bd09 + caa79ca commit 515571c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 17 deletions.
Binary file modified data/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/logo_old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
16 changes: 0 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/sampleloader/SampleLoad.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
async function handleApprove() {
const response = await fetch('templates/protocols/breedfides.json');
const response = await fetch('data/templates/protocols/breedfides.json');
let protocol = await response.json();
study.protocols = [...study.protocols, protocol]
Expand Down

0 comments on commit 515571c

Please sign in to comment.