Skip to content

Commit 0e8f5aa

Browse files
committed
refactor(auth): update icon based on linking context
1 parent 8ee5c52 commit 0e8f5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/authentication/view/authentication_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class AuthenticationPage extends StatelessWidget {
9999
Padding(
100100
padding: const EdgeInsets.only(bottom: AppSpacing.xl),
101101
child: Icon(
102-
Icons.security,
102+
isLinkingContext ? Icons.sync : Icons.newspaper,
103103
size: AppSpacing.xxl * 2, // Standardized large icon
104104
color: colorScheme.primary,
105105
),

0 commit comments

Comments
 (0)