Skip to content

Commit

Permalink
update pfp
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Apr 15, 2024
1 parent 473b64c commit c971ec3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added src/img/pfp_cherry.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/pfp_cherry_hacker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/routes/(app)/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import Headshot from '$img/headshot.png?w=1000&webp';
import HeadshotHacker from '$img/headshot_hacker.png?w=1000&webp';
import Headshot from '$img/pfp_cherry.jpg?w=1000&webp';
import HeadshotHacker from '$img/pfp_cherry_hacker.png?w=1000&webp';
import ArrowDownCircleIcon from 'svelte-feather-icons/src/icons/ArrowDownCircleIcon.svelte';
import Link from '$lib/components/Link.svelte';
import Showcase from '$lib/components/Showcase.svelte';
Expand Down

0 comments on commit c971ec3

Please sign in to comment.