Skip to content

Commit

Permalink
refactor: change png to webp
Browse files Browse the repository at this point in the history
  • Loading branch information
amphikapha committed Oct 19, 2024
1 parent 33ccd0f commit 8391cee
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
Binary file removed src/lib/assets/images/sucuHomeBanner1.png
Binary file not shown.
Binary file added src/lib/assets/images/sucuHomeBanner1.webp
Binary file not shown.
1 change: 0 additions & 1 deletion src/lib/components/Playground.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import thumbnail from '../assets/images/thumbnail.png';
import OrganizationCard from './OrganizationCard/OrganizationCard.svelte';
import Pagination from './Pagination/Pagination.svelte';
import Footer from './Footer/Footer.svelte';
modalShow.set(false);
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { typography } from '../styles/tailwind/typography';
import { cn } from '../lib/utils/cn';
import Button from '../lib/components/Button.svelte';
import sucuHomeBanner1 from '../lib/assets/images/sucuHomeBanner1.png';
import sucuHomeBanner1 from '../lib/assets/images/sucuHomeBanner1.webp';
import sucuHomeBanner2 from '../lib/assets/images/sucuHomeBanner2.png';
import sucuHomeBanner3 from '../lib/assets/images/sucuHomeBanner3.png';
import AnnouncementCard from '$lib/components/AnnouncementCard/AnnouncementCard.svelte';
Expand Down
2 changes: 1 addition & 1 deletion src/routes/playground/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
import Playground from '$lib/components/Playground.svelte';
</script>

<Playground />
<Playground />

0 comments on commit 8391cee

Please sign in to comment.