Skip to content

Commit

Permalink
🍱 Update images with optimized webp images
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Nov 10, 2022
1 parent f2ea026 commit ad13879
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
Binary file removed public/projects/astro-paper.png
Binary file not shown.
Binary file added public/projects/astro-paper.webp
Binary file not shown.
Binary file removed public/projects/haru-api.png
Binary file not shown.
Binary file added public/projects/haru-api.webp
Binary file not shown.
Binary file removed public/projects/haru-fashion.png
Binary file not shown.
Binary file added public/projects/haru-fashion.webp
Binary file not shown.
Binary file removed public/projects/terminal-portfolio.png
Binary file not shown.
Binary file added public/projects/terminal-portfolio.webp
Binary file not shown.
8 changes: 4 additions & 4 deletions sections/ProjectSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import { useSection } from "context/section";
import useOnScreen from "hooks/useOnScreen";
import useScrollActive from "hooks/useScrollActive";

import terminalPortfolio from "public/projects/terminal-portfolio.png";
import haruFashion from "public/projects/haru-fashion.png";
import haruApi from "public/projects/haru-api.png";
import astroPaper from "public/projects/astro-paper.png";
import terminalPortfolio from "public/projects/terminal-portfolio.webp";
import haruFashion from "public/projects/haru-fashion.webp";
import haruApi from "public/projects/haru-api.webp";
import astroPaper from "public/projects/astro-paper.webp";

const ProjectSection: React.FC = () => {
const { theme } = useTheme();
Expand Down

1 comment on commit ad13879

@vercel
Copy link

@vercel vercel bot commented on ad13879 Nov 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sat-naing-portfolio – ./

sat-naing-portfolio-git-deployment-satnaing.vercel.app
satnaing.vercel.app
sat-naing-portfolio-satnaing.vercel.app

Please sign in to comment.