Skip to content

Commit

Permalink
Fix: Recruit1 배경 이미지 확장자 webp로 변경 #33
Browse files Browse the repository at this point in the history
  • Loading branch information
shu07002 committed Sep 21, 2024
1 parent 740eb24 commit 88c9ea8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added public/images/recruit/obj2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/recruit/obj2.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/recruit/components/FAQItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const FAQItem = ({ items }: Items) => {
<div className="justify-between text-[1.6rem] font-semibold flex items-center">
<div className="">{item.Q}</div>
<button
aria-label="showing-button"
onClick={() =>
setOpen(prev => {
console.log(prev)
const temp = [...prev]
temp[index] = !temp[index]
return temp
Expand Down
2 changes: 1 addition & 1 deletion src/app/recruit/container/Recruit1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Recruit1 = () => {
<div className="pointer-events-none w-[1270px] h-[1270px] relative m-[36px_0_150px_200px] max-tablet:ml-0 box-border flex justify-end">
<div className="w-[1270px] h-[1270px] // max-tablet:right-[-50rem] max-mobile:right-[-62.5rem] max-desktop:right-[-20rem] // max-tablet:top-[-10rem] // absolute -z-10 flex justify-center">
<Image
src="/images/about/obj2.png"
src="/images/recruit/obj2.webp"
alt="Background Image"
layout="fill"
objectFit="cover"
Expand Down

0 comments on commit 88c9ea8

Please sign in to comment.