Skip to content

Commit

Permalink
Remove unused HostAvatar.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Aug 18, 2023
1 parent a4d8271 commit 773aebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion src/lib/hosts/Host.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</script>

<figure>
<HostAvatar host={host}/>
<img src={`https://github.com/${host.github}.png`} alt={host.name} class="avatar"/>
<figcaption>
<p>
{#if guest}
Expand Down
17 changes: 0 additions & 17 deletions src/lib/hosts/HostAvatar.svelte

This file was deleted.

0 comments on commit 773aebd

Please sign in to comment.