Skip to content

Commit

Permalink
minor UX fix of homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshubalani committed Sep 22, 2024
1 parent 3b96c8b commit 3fb5d66
Show file tree
Hide file tree
Showing 3 changed files with 1,450 additions and 1,449 deletions.
6 changes: 3 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ const RESOURCES = {"404.html": "112fc537e393adda6835a71aa489037a",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"index.html": "407b245e854b46837d78701658aa0733",
"/": "407b245e854b46837d78701658aa0733",
"main.dart.js": "bff5c60ffd4998ffd3e887056bbb4a7d",
"index.html": "a1c860c7293ea02efc7727b9c9e43209",
"/": "a1c860c7293ea02efc7727b9c9e43209",
"main.dart.js": "156ce78bb32b6bceecdcde2c1429d449",
"manifest.json": "e74af8957b5899dc6da961caee768ec9",
"resume.html": "a9b4a3d5b036d3b10ef86ce6ec7fcae6",
"version.json": "009c9e65172e010890f7f65fde438006"};
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "884751897";
const serviceWorkerVersion = "1380483131";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit 3fb5d66

Please sign in to comment.