WinslowFan Claude Opus 4.8 commited on
Commit
8959aee
·
1 Parent(s): 52ec564

Shorten function score column header to 'Score'

Browse files

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

frontend/src/components/datasets/protein/FunctionPanel.tsx CHANGED
@@ -43,7 +43,7 @@ const FunctionPanel: React.FC<FunctionPanelProps> = ({ pdbId, chainId }) => {
43
  <div className="flex items-center gap-3 px-6 pt-3 text-[11px] font-semibold uppercase tracking-wider text-slate-400">
44
  <span className="shrink-0 w-5" />
45
  <span style={{ flex: 1, minWidth: 0 }}>Function</span>
46
- <span className="shrink-0 w-20 text-right">Matching score</span>
47
  </div>
48
  )}
49
 
 
43
  <div className="flex items-center gap-3 px-6 pt-3 text-[11px] font-semibold uppercase tracking-wider text-slate-400">
44
  <span className="shrink-0 w-5" />
45
  <span style={{ flex: 1, minWidth: 0 }}>Function</span>
46
+ <span className="shrink-0 w-20 text-right">Score</span>
47
  </div>
48
  )}
49