Skip to content

Commit

Permalink
fix: updated links to report and request changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Aug 10, 2024
1 parent 6e894b9 commit edb02e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/livewire/molecule-details.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -787,10 +787,10 @@ class="font-medium text-gray-900"></a></p>
<dl class="mt-5 flex w-full">
<div class="text-center md:text-left">
<dd class="mt-1"><a class="text-base font-semibold text-text-dark hover:text-slate-600"
href="http://localhost/dashboard/reports/create?compound_id={{ $molecule->identifier }}">
href="/dashboard/reports/create?compound_id={{ $molecule->identifier }}">
Report this compound <span aria-hidden="true">→</span></a></dd>
<dd class="mt-1"><a class="text-base font-semibold text-text-dark hover:text-slate-600"
href="https://dev.coconut.naturalproducts.net/compounds/{{ $molecule->identifier }}/update">Request
href="/dashboard/reports/create?compound_id={{ $molecule->identifier }}">Request
changes to this page <span aria-hidden="true">→</span></a></dd>
</div>
</dl>
Expand Down

0 comments on commit edb02e2

Please sign in to comment.