import React from 'react'; const SupportSection: React.FC = () => { return (
{/* Terminal-style status card */}
{/* Header bar */}
Open Source Status
MIT License
{/* Content */}
{/* Left: Message */}
$ git status --community
Claudish is free and open source.
Stars on GitHub help us prioritize development
and show that the community finds this useful.
{/* Right: Action */}
); }; export default SupportSection;