diff --git a/public/icons/favicon.svg b/public/icons/favicon.svg new file mode 100644 index 0000000..659bd5c Binary files /dev/null and b/public/icons/favicon.svg differ diff --git a/public/icons/technologist.png b/public/icons/technologist.png new file mode 100644 index 0000000..dbca5ed Binary files /dev/null and b/public/icons/technologist.png differ diff --git a/src/app/TheHub.tsx b/src/app/TheHub.tsx index 956216a..7c22431 100644 --- a/src/app/TheHub.tsx +++ b/src/app/TheHub.tsx @@ -21,9 +21,7 @@ interface JobPosting { } async function fetchJobs(): Promise { - const response = await fetch("http://51.20.250.24/jobs", { - cache: "no-cache", - }); + const response = await fetch("http://51.20.250.24/jobs"); if (!response.ok) { throw new Error("Failed to fetch jobs"); } diff --git a/src/app/favicon.ico b/src/app/favicon.ico deleted file mode 100644 index 718d6fe..0000000 Binary files a/src/app/favicon.ico and /dev/null differ diff --git a/src/app/icon.svg b/src/app/icon.svg new file mode 100644 index 0000000..0255440 --- /dev/null +++ b/src/app/icon.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file