mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
feat: Add 'Made in Austin, TX' to About modal
This commit is contained in:
@@ -235,6 +235,11 @@ export function AboutModal({ theme, sessions, persistedStats, onClose }: AboutMo
|
||||
<ExternalLink className="w-4 h-4" style={{ color: theme.colors.textDim }} />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
{/* Made in Austin */}
|
||||
<div className="pt-3 text-center">
|
||||
<span className="text-xs" style={{ color: theme.colors.textDim }}>Made in Austin, TX</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user