@@ -81,31 +81,31 @@ export const HelpGuide: React.FC = () => {
8181 < ul className = "space-y-2 text-sm text-neutral-300" >
8282 < li className = "flex items-start gap-2" >
8383 < span className = "w-1.5 h-1.5 rounded-full bg-blue-400 mt-1.5 flex-shrink-0" />
84- < span > Use the < strong > Sidebar </ strong > (Top Left) to load PDBs or upload files .</ span >
84+ < span > < strong > Library Browser </ strong > : Explore 300+ curated proteins with categories and search .</ span >
8585 </ li >
8686 < li className = "flex items-start gap-2" >
8787 < span className = "w-1.5 h-1.5 rounded-full bg-teal-400 mt-1.5 flex-shrink-0" />
88- < span > < strong > Sequence View </ strong > lets you see amino acids and their chains .</ span >
88+ < span > < strong > Dr. AI </ strong > : Ask context-aware questions about the loaded protein structure .</ span >
8989 </ li >
9090 < li className = "flex items-start gap-2" >
9191 < span className = "w-1.5 h-1.5 rounded-full bg-purple-400 mt-1.5 flex-shrink-0" />
92- < span > Create < strong > Custom Color Rules</ strong > to highlight specific chains or residues.</ span >
92+ < span > < strong > Custom Color Rules</ strong > : Highlight specific chains or residues with any color .</ span >
9393 </ li >
9494 < li className = "flex items-start gap-2" >
9595 < span className = "w-1.5 h-1.5 rounded-full bg-red-400 mt-1.5 flex-shrink-0" />
96- < span > < strong > Record Movies & GIFs </ strong > (Turntable). Saved to gallery. (Note: GIFs take a moment to process) .</ span >
96+ < span > < strong > Measurement Tool </ strong > : Measure distances with custom colors and clearer legibility .</ span >
9797 </ li >
9898 < li className = "flex items-start gap-2" >
9999 < span className = "w-1.5 h-1.5 rounded-full bg-amber-400 mt-1.5 flex-shrink-0" />
100- < span > Manage < strong > Snapshots & Movies </ strong > in the gallery. Preview, download, or delete media .</ span >
100+ < span > < strong > Publication Mode </ strong > : Hide UI elements for clean, high-quality screenshots (Esc to exit) .</ span >
101101 </ li >
102102 < li className = "flex items-start gap-2" >
103103 < span className = "w-1.5 h-1.5 rounded-full bg-green-400 mt-1.5 flex-shrink-0" />
104- < span > < strong > Save & Load Sessions </ strong > to persist your visualization settings and custom rules.</ span >
104+ < span > < strong > Save & Load Sessions </ strong > : Persist your visualization settings and custom rules.</ span >
105105 </ li >
106106 < li className = "flex items-start gap-2" >
107107 < span className = "w-1.5 h-1.5 rounded-full bg-pink-400 mt-1.5 flex-shrink-0" />
108- < span > Advanced Analysis: Use the < strong > Contact Map</ strong > or < strong > Measurement Tool </ strong > for structural insights.</ span >
108+ < span > Advanced Analysis: Use the < strong > Contact Map</ strong > or < strong > Ramachandran Plot </ strong > for structural insights.</ span >
109109 </ li >
110110 </ ul >
111111 </ div >
0 commit comments