Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Aug 10, 2024
1 parent 43c109b commit 18d515e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@if($record && $record->class && strlen($record->readme))
<div class="modal-dialog modal-dialog-scrollable modal-lg">
<div class="modal-content">
<div class="modal-header">
<div class="modal-header justify-content-between">
<h4 class="modal-title">{{ $record->title }}</h4>
@isset($record->meta['homepage'])
<a href="{{ $record->meta['homepage']}}"><i class="fa fa-external-link fa-2x"></i></a>
Expand Down

0 comments on commit 18d515e

Please sign in to comment.