We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32c0d33 + 8a0f169 commit d766906Copy full SHA for d766906
resources/views/livewire/conducting/study-selection/paper-modal.blade.php
@@ -136,6 +136,7 @@
136
<button type="button" class="btn btn-secondary"
137
data-bs-dismiss="modal">{{ __('project/conducting.study-selection.modal.close' )}}</button>
138
</div>
139
+ <!--
140
<div class="d-flex justify-content-between px-4">
141
<button type="button" class="btn btn-outline-secondary" wire:click="previousPaper">
142
<i class="fa-solid fa-arrow-left"></i>
@@ -144,6 +145,7 @@
144
145
<i class="fa-solid fa-arrow-right"></i>
146
</button>
147
148
+ -->
149
150
151
0 commit comments