-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ import * as styles from '../style.css'; | |
const Footer = () => { | ||
return ( | ||
<footer className={styles.footerWrapper}> | ||
<div> | ||
<div> | ||
<div className={styles.footerContent}> | ||
<div className={styles.footerLinks}> | ||
<Link href="mailto:[email protected]" className={styles.footerButton}> | ||
서비스메일 | ||
</Link> | ||
|
@@ -31,7 +31,7 @@ const Footer = () => { | |
<span className={styles.instagramText}>인스타그램</span> | ||
</Link> | ||
</div> | ||
<div> | ||
<div className={styles.footerContent}> | ||
<div className={styles.baroIcon}> | ||
<Icon icon="logo32" width={32} height={36} /> | ||
</div> | ||
|
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