File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,5 @@ RUN update-ca-certificates
1717COPY --from=builder /run-app /usr/local/bin/
1818COPY templates /templates
1919COPY static /static
20- COPY data data
2120
2221CMD ["run-app" ]
Original file line number Diff line number Diff line change @@ -157,11 +157,11 @@ <h3 class="text-lg font-bold">
157157 < button
158158 id ="debugButton{{ $trackIndex }} "
159159 onclick ="copyDebugInfo({{ $trackIndex }}) "
160- class ="px-2 py-1 text-xs bg-gray-700 text-white rounded hover:bg-gray-600 transition-colors "
160+ class ="hidden px-2 py-1 text-xs bg-gray-700 text-white rounded hover:bg-gray-600 transition-colors "
161161 >
162162 Copy Debug Info
163163 </ button >
164- < button onclick ="copyIgnoredWordsInfo({{ $trackIndex }}) " class ="px-2 py-1 text-xs bg-purple-700 text-white rounded hover:bg-purple-600 transition-colors ">
164+ < button onclick ="copyIgnoredWordsInfo({{ $trackIndex }}) " class ="hidden px-2 py-1 text-xs bg-purple-700 text-white rounded hover:bg-purple-600 transition-colors ">
165165 Debug Ignored Words
166166 </ button >
167167 {{ end }}
You can’t perform that action at this time.
0 commit comments