Skip to content

Commit

Permalink
chore. minor line change
Browse files Browse the repository at this point in the history
  • Loading branch information
hyu-dev committed Dec 31, 2023
1 parent d29e51e commit c3b7ab9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ export const SearchMain = () => {
dangerouslySetInnerHTML={{
__html: `<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1919598055512436"
crossorigin="anonymous"></script>
<!-- contents/364x66 -->
<!-- contents/336x66 -->
<ins class="adsbygoogle"
style="display:inline-block;width:364px;height:66px"
style="display:inline-block;width:336px;height:66px"
data-ad-client="ca-pub-1919598055512436"
data-ad-slot="3745103035"></ins>
<script>
Expand Down Expand Up @@ -106,6 +106,7 @@ const Wrap = styled.div`
`;

const BannerWrap = styled.section`
width: 100%;
height: 66px;
border-radius: 20px;
background-color: ${({ theme }) => theme.colors.lightGray};
Expand Down

0 comments on commit c3b7ab9

Please sign in to comment.