chore: 스플래시 화면 저작권 텍스트에 cclabs 추가

This commit is contained in:
JiWoong Sul
2026-01-21 17:01:22 +09:00
parent 7125a4745a
commit 88569a57bf

View File

@@ -384,7 +384,7 @@ class _SplashScreenState extends State<SplashScreen>
child: FadeTransition( child: FadeTransition(
opacity: _fadeAnimation, opacity: _fadeAnimation,
child: Text( child: Text(
'© 2025 NatureBridgeAI. All rights reserved.', '© 2025 NatureBridgeAI @ cclabs. All rights reserved.',
style: TextStyle( style: TextStyle(
fontSize: 12, fontSize: 12,
color: Theme.of(context) color: Theme.of(context)