Skip to content

Commit

Permalink
⚡ Website: switch PNG screenshots to WebP format
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreyoda committed Oct 8, 2024
1 parent a6b1554 commit 73bc951
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file removed website/src/lib/assets/hncli-comments.png
Binary file not shown.
Binary file added website/src/lib/assets/hncli-comments.webp
Binary file not shown.
Binary file removed website/src/lib/assets/hncli-contextual-help.png
Binary file not shown.
Binary file not shown.
Binary file removed website/src/lib/assets/hncli-settings.png
Binary file not shown.
Binary file added website/src/lib/assets/hncli-settings.webp
Binary file not shown.
6 changes: 3 additions & 3 deletions website/src/lib/content/FeaturesFocus.svelte
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<script lang="ts">
import FeatureFocus from "./FeatureFocus.svelte";
import CommentsScreenshot from "$lib/assets/hncli-comments.png";
import SettingsScreenshot from "$lib/assets/hncli-settings.png";
import ContextualHelpScreenshot from "$lib/assets/hncli-contextual-help.png";
import CommentsScreenshot from "$lib/assets/hncli-comments.webp";
import SettingsScreenshot from "$lib/assets/hncli-settings.webp";
import ContextualHelpScreenshot from "$lib/assets/hncli-contextual-help.webp";
</script>

<section id="screenshots" aria-label="hncli screenshots" class="features-container">
Expand Down

0 comments on commit 73bc951

Please sign in to comment.