Skip to content

Commit

Permalink
update signature
Browse files Browse the repository at this point in the history
  • Loading branch information
chau-nm committed Sep 21, 2024
1 parent 45ee1af commit 377ed8e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/feature/main/Footer/Signature.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { HOME } from "../sections";
export const Signature: FC = () => (
<div className={styles.signature}>
<Link to={HOME} smooth duration={500}>
ChauNM
NMC
</Link>
</div>
);
1 change: 1 addition & 0 deletions src/feature/main/Footer/footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
font-size: 3rem;
font-weight: bold;
color: #ffa41b;
font-family: 'dancing-script';
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/feature/main/Header/Signature.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { HOME } from "../sections";
export const Signature: FC = () => (
<div className={styles.signature}>
<Link to={HOME} smooth duration={500}>
Chau-nm
NMC
</Link>
</div>
);
4 changes: 2 additions & 2 deletions src/feature/main/Header/header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
z-index: 100;

.signature {
padding: 20px 40px;
padding: 20px 8%;
user-select: none;
cursor: pointer;

Expand All @@ -22,7 +22,7 @@
}

.menu {
padding: 20px 40px;
padding: 20px 8%;

ul {
display: flex;
Expand Down

0 comments on commit 377ed8e

Please sign in to comment.