Skip to content

Commit

Permalink
fix: resolves issue #136
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Aug 12, 2024
1 parent de6e6f5 commit 3f628d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/molecule-depict2d.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div>
<img class="mx-auto w-100" src="{{ $this->source }}" alt="smiles" />
<img class="mx-auto w-100" src="{{ $this->source }}&CIP=true&unicolor=false" alt="smiles" />
</div>

0 comments on commit 3f628d7

Please sign in to comment.