diff --git a/app/(tabs)/dashboard.tsx b/app/(tabs)/dashboard.tsx
index 29d2446..2db2ec7 100644
--- a/app/(tabs)/dashboard.tsx
+++ b/app/(tabs)/dashboard.tsx
@@ -1,5 +1,5 @@
import React, { useState, useRef } from 'react';
-import { View, Text, StyleSheet, ActivityIndicator, TouchableOpacity } from 'react-native';
+import { View, Text, StyleSheet, ActivityIndicator, TouchableOpacity, Image } from 'react-native';
import { WebView } from 'react-native-webview';
import { Ionicons } from '@expo/vector-icons';
import { SafeAreaView } from 'react-native-safe-area-context';
@@ -40,7 +40,11 @@ export default function DashboardScreen() {
return (
-
+
@@ -56,9 +60,11 @@ export default function DashboardScreen() {
)}
-
- {/* Empty title - WebView has its own dashboard header */}
-
+
@@ -116,17 +122,14 @@ const styles = StyleSheet.create({
padding: Spacing.xs,
marginRight: Spacing.sm,
},
- headerTitle: {
- flex: 1,
- fontSize: FontSizes.xl,
- fontWeight: '700',
- color: AppColors.textPrimary,
- },
- headerTitleWithBack: {
- marginLeft: 0,
+ logo: {
+ width: 36,
+ height: 36,
+ marginHorizontal: Spacing.md,
},
refreshButton: {
padding: Spacing.xs,
+ marginLeft: 'auto',
},
webViewContainer: {
flex: 1,