docs(guide): 개발 가이드 문서 업데이트

This commit is contained in:
JiWoong Sul
2026-01-21 17:03:37 +09:00
parent 1cbf9ca82c
commit f5a02f581e

View File

@@ -520,7 +520,7 @@ class _SplashScreenState extends State<SplashScreen> with TickerProviderStateMix
left: 0,
right: 0,
child: Text(
'© 2025. NatureBridgeAI. All rights reserved.',
'© 2025. NatureBridgeAI & cclabs. All rights reserved.',
style: AppTypography.caption(isDark).copyWith(
color: (isDark ? AppColors.darkTextSecondary : AppColors.lightTextSecondary)
.withOpacity(0.5),