Skip to content

Commit

Permalink
[#17] apply semantic tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseulhee committed Jul 17, 2022
1 parent adab492 commit 78b5abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Review/Introduce.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { css, Theme } from "@emotion/react";

function Introduce() {
return (
<div css={bgWrapper}>
<section css={bgWrapper}>
<div css={sizeWrapper}>
<div css={colorWrapper}>
<h3 css={titleContent}>후기 페이지</h3>
Expand All @@ -20,7 +20,7 @@ function Introduce() {
</span>
</div>
</div>
</div>
</section>
);
}

Expand Down

0 comments on commit 78b5abc

Please sign in to comment.