generated from nim-od/softeer-mono-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from softeerbootcamp4th/qa-feedback
[QA] 최종 QA 피드백 반영
- Loading branch information
Showing
29 changed files
with
184 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
packages/user/src/components/event/racing/dashboard/card/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 50 additions & 10 deletions
60
packages/user/src/components/home/eventHero/racing/Effects.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,56 @@ | ||
export default function Effects() { | ||
return ( | ||
<> | ||
<img src="images/hero/effects/light-1.webp" alt="깜박이는 효과 1" className="animate-sparkle-reverse absolute -left-[35px] bottom-[115px] z-50" /> | ||
<img src="images/hero/effects/light-2.webp" alt="깜박이는 효과 2" className="animate-sparkle absolute -left-[6px] bottom-[110px] z-50" /> | ||
<img src="images/hero/effects/light-3.webp" alt="깜박이는 효과 3" className="animate-sparkle2 absolute bottom-[166px] left-[105px] z-50" /> | ||
<img src="images/hero/effects/light-4.webp" alt="깜박이는 효과 4" className="animate-sparkle-reverse absolute bottom-[110px] left-[88px] z-50" /> | ||
<img src="images/hero/effects/light-5.webp" alt="깜박이는 효과 5" className="animate-sparkle-reverse absolute bottom-[143px] left-[110px] z-50" /> | ||
<img src="images/hero/effects/light-6.webp" alt="깜박이는 효과 6" className="animate-sparkle2 absolute bottom-[130px] right-[165px] z-50" /> | ||
<img src="images/hero/effects/light-7.webp" alt="깜박이는 효과 7" className="animate-sparkle-reverse absolute bottom-[140px] right-[38px] z-50" /> | ||
<img src="images/hero/effects/light-8.webp" alt="깜박이는 효과 8" className="animate-sparkle absolute bottom-[130px] right-[17px] z-50" /> | ||
<img src="images/hero/effects/sparkle.webp" alt="반짝이는 효과 1" className="animate-sparkle absolute bottom-[305px] w-[60px] right-[140px] z-50" /> | ||
<img src="images/hero/effects/sparkle.webp" alt="반짝이는 효과 2" className="animate-sparkle-reverse absolute bottom-[300px] w-[25px] right-[120px] rotate-2 z-50" /> | ||
<img | ||
src="images/hero/effects/light-1.webp" | ||
alt="깜박이는 효과 1" | ||
className="animate-sparkle-reverse absolute -left-[35px] bottom-[115px] z-50" | ||
/> | ||
<img | ||
src="images/hero/effects/light-2.webp" | ||
alt="깜박이는 효과 2" | ||
className="animate-sparkle absolute -left-[6px] bottom-[110px] z-50" | ||
/> | ||
<img | ||
src="images/hero/effects/light-3.webp" | ||
alt="깜박이는 효과 3" | ||
className="animate-sparkle2 absolute bottom-[166px] left-[105px] z-50" | ||
/> | ||
<img | ||
src="images/hero/effects/light-4.webp" | ||
alt="깜박이는 효과 4" | ||
className="animate-sparkle-reverse absolute bottom-[110px] left-[88px] z-50" | ||
/> | ||
<img | ||
src="images/hero/effects/light-5.webp" | ||
alt="깜박이는 효과 5" | ||
className="animate-sparkle-reverse absolute bottom-[143px] left-[110px] z-50" | ||
/> | ||
<img | ||
src="images/hero/effects/light-6.webp" | ||
alt="깜박이는 효과 6" | ||
className="animate-sparkle2 absolute bottom-[130px] right-[165px] z-50" | ||
/> | ||
<img | ||
src="images/hero/effects/light-7.webp" | ||
alt="깜박이는 효과 7" | ||
className="animate-sparkle-reverse absolute bottom-[140px] right-[38px] z-50" | ||
/> | ||
<img | ||
src="images/hero/effects/light-8.webp" | ||
alt="깜박이는 효과 8" | ||
className="animate-sparkle absolute bottom-[130px] right-[17px] z-50" | ||
/> | ||
<img | ||
src="images/hero/effects/sparkle.webp" | ||
alt="반짝이는 효과 1" | ||
className="animate-sparkle absolute bottom-[305px] right-[140px] z-50 w-[60px]" | ||
/> | ||
<img | ||
src="images/hero/effects/sparkle.webp" | ||
alt="반짝이는 효과 2" | ||
className="animate-sparkle-reverse absolute bottom-[300px] right-[120px] z-50 w-[25px] rotate-2" | ||
/> | ||
</> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.