Skip to content

Commit

Permalink
Update dependencies and redo PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandeMan committed Jan 4, 2024
1 parent 1dc8e72 commit 3474753
Show file tree
Hide file tree
Showing 8 changed files with 2,919 additions and 213 deletions.
22 changes: 0 additions & 22 deletions app.webmanifest

This file was deleted.

6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
<html class="h-full bg-gray-100" lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/leaf_green_bg.png" />
<link rel="icon" type="image/svg+xml" href="/public/leaf_green_bg.png" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<link rel="manifest" href="/app.webmanifest" />
<link rel="apple-touch-icon" href="/leaf_green_bg.png" />
<link rel="apple-touch-icon" href="public/leaf_green_bg.png" />
<meta name="theme-color" content="#16a34a" />
<meta name="background-color" content="#16a34a" />
<meta
name="description"
content="CropDate is designed to help users keep track of the wholesale prices of crops in Trinidad and Tobago. You can view all crops available and search for specific crops. You can also favourite crops to keep track of them."
/>
<script type="module" src="sw-register.js"></script>
<meta
name="viewport"
content="width=device-width, viewport-fit=cover, initial-scale=1.0"
Expand Down
Loading

0 comments on commit 3474753

Please sign in to comment.