Skip to content

Commit 05e2119

Browse files
committed
add genrs
1 parent ca77f8c commit 05e2119

File tree

4 files changed

+1581
-9
lines changed

4 files changed

+1581
-9
lines changed

components/GenerationViewer.tsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,25 @@ export function GenerationViewer({
231231
</button>
232232
</div>
233233
</div>
234+
235+
<div className="mb-4 p-4 bg-gray-50 rounded-lg">
236+
<h3 className="text-sm font-medium text-gray-700 mb-2">
237+
Звукосниматель
238+
</h3>
239+
240+
<div>
241+
<span className="text-sm text-gray-500">
242+
{generation.proDescription.preferred_pickup}
243+
</span>
244+
</div>
245+
<br />
246+
<div>
247+
<span className="text-sm text-gray-500">
248+
{generation.proDescription.additional_info}
249+
</span>
250+
</div>
251+
</div>
252+
234253
<div>
235254
<h3 className="text-sm font-medium text-gray-500 mb-2">
236255
Версия {selectedVersion + 1}

0 commit comments

Comments
 (0)