Karan6124 commited on
Commit
6d836a1
·
1 Parent(s): 6dda0ac

style(workspace): add professional intelligence disclaimer text at bottom of workspace container

Browse files
frontend/src/sections/WorkspaceSection.jsx CHANGED
@@ -673,6 +673,12 @@ export default function WorkspaceSection({ onBackToLanding }) {
673
  </motion.div>
674
  )}
675
  </AnimatePresence>
 
 
 
 
 
 
676
  {/* Main Workspace Watermark */}
677
  <AgentBondWatermark size={240} className="absolute bottom-6 right-6 opacity-[0.03] z-0 pointer-events-none" />
678
  </div>
 
673
  </motion.div>
674
  )}
675
  </AnimatePresence>
676
+
677
+ {/* Disclaimer */}
678
+ <div className="text-[10px] text-white/25 text-center mt-auto pt-8 font-light tracking-wide max-w-md mx-auto select-none z-10 relative pointer-events-none">
679
+ AgentBond AI is an autonomous orchestration system that aggregates real-time intelligence. Findings may contain inaccuracies; please verify critical evidence independently.
680
+ </div>
681
+
682
  {/* Main Workspace Watermark */}
683
  <AgentBondWatermark size={240} className="absolute bottom-6 right-6 opacity-[0.03] z-0 pointer-events-none" />
684
  </div>