Skip to content

Commit c53c23b

Browse files
AmirMohammad CheraghaliAmirMohammad Cheraghali
authored andcommitted
docs: Update Viewer Guide to include chemical structures
- Updated 'Built-in Library' description to mention small molecule chemicals - Added representative tags for chemical categories: Vitamins, Antibiotics, Nucleotides - Styled chemical tags with a subtle blue tint to distinguish them from protein categories
1 parent 9721afe commit c53c23b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/components/HelpGuide.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,15 @@ export const HelpGuide: React.FC<{ isVisible?: boolean }> = ({ isVisible = true
179179
<div className="bg-neutral-800/50 p-4 rounded-xl border border-neutral-700/50">
180180
<h4 className="text-sm font-bold text-white mb-2">Built-in Library</h4>
181181
<p className="text-xs text-neutral-400 mb-3">
182-
Explore our curated collection of important biological structures.
182+
Explore our curated collection of over 1000+ protein structures and small molecule chemicals.
183183
</p>
184184
<div className="flex flex-wrap gap-2">
185185
<span className="px-2 py-1 bg-neutral-700 rounded text-[10px] text-neutral-300">Essential Enzymes</span>
186186
<span className="px-2 py-1 bg-neutral-700 rounded text-[10px] text-neutral-300">Viral Proteins</span>
187187
<span className="px-2 py-1 bg-neutral-700 rounded text-[10px] text-neutral-300">Drug Targets</span>
188-
<span className="px-2 py-1 bg-neutral-700 rounded text-[10px] text-neutral-300">New Materials</span>
188+
<span className="px-2 py-1 bg-blue-900/30 text-blue-200 border border-blue-500/20 rounded text-[10px]">Vitamins</span>
189+
<span className="px-2 py-1 bg-blue-900/30 text-blue-200 border border-blue-500/20 rounded text-[10px]">Antibiotics</span>
190+
<span className="px-2 py-1 bg-blue-900/30 text-blue-200 border border-blue-500/20 rounded text-[10px]">Nucleotides</span>
189191
</div>
190192
</div>
191193
</div>

0 commit comments

Comments
 (0)