Skip to content

Commit 73ebfe5

Browse files
committed
chore: change avatar
1 parent 9c4c289 commit 73ebfe5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/components/Avatar/index.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
class="image-icon"
99
height="250px"
1010
width="250px"
11-
src="https://media.licdn.com/dms/image/v2/D4D03AQHBxQ2Zc7S5kA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1724951884339?e=1741219200&v=beta&t=sfwvnB23pvAp93JQ7DUKdbcKof9oj-BKzs9dok1nhrQ"
11+
src="https://avatars.githubusercontent.com/u/32930368?v=4"
1212
/>
1313
</div>

src/routes/+layout.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script>
2-
import '../global.css';
3-
export const prerender = true;
2+
import "../global.css";
3+
export const prerender = true;
44
</script>
5+
56
<slot />

0 commit comments

Comments
 (0)