Skip to content

Commit

Permalink
🍱 Update haru-fashion thumbnail image
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Oct 1, 2022
1 parent b3a5b4d commit e40a2b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
Binary file modified public/projects/haru-fashion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 0 additions & 18 deletions sections/ProjectSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import useScrollActive from "hooks/useScrollActive";
import satnaingBlog from "public/projects/satnaing-blog.png";
import haruFashion from "public/projects/haru-fashion.png";
import haruApi from "public/projects/haru-api.png";
import tipCalculator from "public/projects/tip-calculator.png";
import astroPaper from "public/projects/astro-paper.png";

const ProjectSection: React.FC = () => {
Expand Down Expand Up @@ -133,23 +132,6 @@ const projects = [
codeUrl: "https://github.com/satnaing/astro-paper",
bgColor: "bg-[#9FD0E3]",
},
// {
// title: "Tip Calculator",
// type: "Frontend",
// image: (
// <Image
// src={tipCalculator}
// layout="fill"
// alt="Tip Calculator"
// className="transition-transform duration-500 hover:scale-110 object-cover"
// />
// ),
// desc: "A Progressive Web App (PWA) that can calculate the tip amount and each user's amount to pay. This app is written in Scss and React with TypeScript.",
// tags: ["React", "TypeScript", "Scss"],
// liveUrl: "https://splitter-sn.netlify.app/",
// codeUrl: "https://github.com/satnaing/tip-calculator",
// bgColor: "bg-[#9FD0E3]",
// },
];

export default ProjectSection;

1 comment on commit e40a2b2

@vercel
Copy link

@vercel vercel bot commented on e40a2b2 Oct 1, 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-satnaing.vercel.app
sat-naing-portfolio-git-main-satnaing.vercel.app
satnaing.vercel.app

Please sign in to comment.