Skip to content

Commit

Permalink
Merge pull request #16 from TEAM-CLIP/14-qa-fix
Browse files Browse the repository at this point in the history
refactor: 기기변경으로 인한 파일위치 일괄 최신화
  • Loading branch information
NeoSelf1 authored Nov 18, 2024
2 parents e66a1b9 + 7440042 commit eea9659
Show file tree
Hide file tree
Showing 49 changed files with 0 additions and 11 deletions.
Empty file modified .eslintrc.js
100644 → 100755
Empty file.
Empty file modified .github/workflows/git-push.yml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .prettierrc.js
100644 → 100755
Empty file.
Empty file modified build.sh
100644 → 100755
Empty file.
Empty file modified next.config.mjs
100644 → 100755
Empty file.
Empty file modified package-lock.json
100644 → 100755
Empty file.
Empty file modified package.json
100644 → 100755
Empty file.
Empty file modified postcss.config.js
100644 → 100755
Empty file.
Empty file modified src/app/api/apis.ts
100644 → 100755
Empty file.
Empty file modified src/app/favicon.ico
100644 → 100755
Empty file.
Empty file modified src/app/globals.css
100644 → 100755
Empty file.
Empty file modified src/app/layout.tsx
100644 → 100755
Empty file.
Empty file modified src/app/page.tsx
100644 → 100755
Empty file.
Empty file modified src/app/photographer/link-instagram/page.tsx
100644 → 100755
Empty file.
Empty file modified src/app/photographer/loading.tsx
100644 → 100755
Empty file.
11 changes: 0 additions & 11 deletions src/app/photographer/page.tsx
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,6 @@ const RecommendedPhotographers = () => {
>
<div className="flex flex-col justify-center w-full">
<div className="flex w-full items-center space-x-2 mb-2.5">
<Image
src={
photographerData.find((p) => p.id === id)!
.profile_image_url
}
alt={photographerData.find((p) => p.id === id)!.name}
width={36}
height={36}
className="object-cover transition-transform duration-300 ease-in-out rounded-lg hover:scale-110"
/>

<span className="text-gray-900 body-1">
{photographerData.find((p) => p.id === id)!.name}
</span>
Expand Down
Empty file modified src/app/request-custom/loading.tsx
100644 → 100755
Empty file.
Empty file modified src/app/request-custom/page.tsx
100644 → 100755
Empty file.
Empty file modified src/app/request-notification/page.tsx
100644 → 100755
Empty file.
Empty file modified src/app/select-mood/loading.tsx
100644 → 100755
Empty file.
Empty file modified src/app/select-mood/page.tsx
100644 → 100755
Empty file.
Empty file modified src/app/select-type/page.tsx
100644 → 100755
Empty file.
Empty file modified src/components/ClipContainer.tsx
100644 → 100755
Empty file.
Empty file modified src/components/Loading.tsx
100644 → 100755
Empty file.
Empty file modified src/components/MoodImageGroup.tsx
100644 → 100755
Empty file.
Empty file modified src/components/PopupWindow.tsx
100644 → 100755
Empty file.
Empty file modified src/context/recoil-context.tsx
100644 → 100755
Empty file.
Empty file modified src/data/arrowLeft.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/data/close.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/data/coupleSnap.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/data/database.ts
100644 → 100755
Empty file.
Empty file modified src/data/grayCheck.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/data/grayLogo.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/data/instagram.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/data/loading.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/data/logo.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/data/personalSnap.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/data/unsplash.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/data/weddingSnap.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/data/whiteCheck.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/fonts/PretendardVariable.woff2
100644 → 100755
Empty file.
Empty file modified src/lib/functions.ts
100644 → 100755
Empty file.
Empty file modified src/lib/svgs.tsx
100644 → 100755
Empty file.
Empty file modified src/lib/utils.ts
100644 → 100755
Empty file.
Empty file modified src/types/index.ts
100644 → 100755
Empty file.
Empty file modified tailwind.config.ts
100644 → 100755
Empty file.
Empty file modified tsconfig.json
100644 → 100755
Empty file.
Empty file modified yarn.lock
100644 → 100755
Empty file.

0 comments on commit eea9659

Please sign in to comment.