Skip to content

Commit 5c1f26b

Browse files
committed
Minor icon fixes and misc
1 parent 274f913 commit 5c1f26b

File tree

7 files changed

+2
-8
lines changed

7 files changed

+2
-8
lines changed

src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
5+
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
66
<meta name="viewport" content="width=device-width" />
77
%sveltekit.head%
88
</head>

src/lib/components/SocialLinks.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@
7474

7575
{#if homepage}
7676
<a href="https://sokrateslamprou.com" class="group" aria-label="See my website">
77-
<!-- <div
78-
class="rounded-md justify-center text-center flex w-6 h-6 transition bg-zinc-500 group-hover:bg-zinc-600 dark:bg-zinc-400 dark:group-hover:bg-zinc-300"
79-
>
80-
</div> -->
8177
<img
8278
class="hover:drop-md rounded-md justify-center text-center flex w-6 h-6 transition bg-zinc-500 group-hover:bg-zinc-600 dark:bg-zinc-400 dark:group-hover:bg-zinc-300"
8379
src={homepage}

src/lib/info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const name = `${firstName} ${lastName}`;
1111

1212
// Used for the landing page & footer of posts
1313
import avatar from '$lib/assets/cv_img_crop.jpg';
14-
import homepage from '$lib/assets/favicon.png';
14+
import homepage from '$lib/assets/page_icon.png';
1515

1616
export { avatar, homepage };
1717

src/routes/+page.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
import { avatar, bio, name } from '$lib/info.js';
99
import SocialLinks from '$lib/components/SocialLinks.svelte';
1010
11-
console.log('isFirefox', isFirefox);
1211
let scroll;
13-
let speed = 0.4;
1412
</script>
1513

1614
<svelte:window bind:scrollY={scroll} />

static/favicon.ico

6.24 KB
Binary file not shown.

0 commit comments

Comments
 (0)