-
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.
[Ticket-v1.3.0] 상단바 디자인 개선, g ads (#319)
* feat : 모바일 상단바 디자인 개선 (#317) Co-authored-by: 9yujin <[email protected]> * ci : 도커파일 버전 18로 올림 (#318) Co-authored-by: 9yujin <[email protected]> * fix : build error * fix : build error * fix : build error(admin immutable) * fix : build error * fix : build error * fix : build error * feat : 구글애즈 메타태그 --------- Co-authored-by: 9yujin <[email protected]>
- Loading branch information
Showing
22 changed files
with
149 additions
and
211 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
18 changes: 0 additions & 18 deletions
18
apps/ticket/src/components/home/Landing/ImpressionStartSetHeader.tsx
This file was deleted.
Oops, something went wrong.
5 changes: 1 addition & 4 deletions
5
apps/ticket/src/components/home/Landing/feature/Feature.PC.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,14 +1,11 @@ | ||
import FeaturePCImage from '@assets/landing-renewal/feature-pc.svg'; | ||
import { FlexBox, Spacing } from '@dudoong/ui'; | ||
import { ImpressionStartSetHeader } from '../ImpressionStartSetHeader'; | ||
|
||
export const FeaturePC = () => { | ||
return ( | ||
<FlexBox direction={'column'}> | ||
<FeaturePCImage /> | ||
<ImpressionStartSetHeader color="white"> | ||
<Spacing size={180} /> | ||
</ImpressionStartSetHeader> | ||
<Spacing size={180} /> | ||
</FlexBox> | ||
); | ||
}; |
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
Oops, something went wrong.