Skip to content

Commit 2aec745

Browse files
(fix) - Minor UI fix
- Fixed WorkTimeline Padding issue. - Fixed Text Overflow in projectName
1 parent 3ce4bca commit 2aec745

3 files changed

Lines changed: 3291 additions & 3278 deletions

File tree

flutter_service_worker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ const RESOURCES = {"404.html": "112fc537e393adda6835a71aa489037a",
4141
"icons/icon-192.png": "7ed7727ae45dff231c7b11cea497f4f6",
4242
"icons/icon-512-maskable.png": "0e2d782eba48cbfb7735786e19b7f16c",
4343
"icons/icon-512.png": "58e34a49136c20e1201d3bbdba809282",
44-
"index.html": "5780bb51491f44a4d9aaa36e955173f3",
45-
"/": "5780bb51491f44a4d9aaa36e955173f3",
46-
"main.dart.js": "11351aaea9c8172f2d2c5dd889b75b92",
44+
"index.html": "6b9a1ec198d6c0107f5a731c8874c440",
45+
"/": "6b9a1ec198d6c0107f5a731c8874c440",
46+
"main.dart.js": "4ebf6a7d268e3102ce9c93d69c5fcf1b",
4747
"manifest.json": "42e7e58f7efe8058115e9d17f28c7850",
4848
"resume.html": "06c29f99b32222af23647e5b5610785c",
4949
"version.json": "009c9e65172e010890f7f65fde438006"};

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<script>
4747
// The value below is injected by flutter build, do not touch.
48-
const serviceWorkerVersion = "3553521747";
48+
const serviceWorkerVersion = "3867210646";
4949
</script>
5050
<!-- This script adds the flutter initialization JS code -->
5151
<script src="flutter.js" defer></script>

0 commit comments

Comments
 (0)