update to turftracking
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#059669" />
|
||||
<meta name="description" content="TurfTracker - Professional lawn care management and tracking application" />
|
||||
<meta name="description" content="TurfTracking - Professional lawn care management and tracking application" />
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
<!-- Progressive Web App meta tags -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||||
<meta name="apple-mobile-web-app-title" content="TurfTracker">
|
||||
<meta name="apple-mobile-web-app-title" content="TurfTracking">
|
||||
|
||||
<title>TurfTracker - Lawn Care Management</title>
|
||||
<title>TurfTracking - Lawn Care Management</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
@@ -29,7 +29,7 @@
|
||||
<div id="loading-indicator" class="fixed inset-0 flex items-center justify-center bg-green-50 z-50">
|
||||
<div class="text-center">
|
||||
<div class="animate-spin rounded-full h-12 w-12 border-b-2 border-green-600 mx-auto mb-4"></div>
|
||||
<h2 class="text-xl font-semibold text-green-800">TurfTracker</h2>
|
||||
<h2 class="text-xl font-semibold text-green-800">TurfTracking</h2>
|
||||
<p class="text-green-600">Loading your lawn care dashboard...</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -46,4 +46,4 @@
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user