Skip to content

Commit 7388234

Browse files
authored
Merge pull request #226 from medyo/develop
fix: rename 'bannerads' to 'banneradv'
2 parents 9952e94 + 9561895 commit 7388234

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/features/adv/components/AdvBanner.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
1-
#bannerads * {
1+
#banneradv * {
22
margin: initial;
33
padding: initial;
44
}
5-
#bannerads {
5+
#banneradv {
66
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,
77
'Helvetica Neue', Helvetica, Arial, sans-serif;
88
}
9-
#bannerads {
9+
#banneradv {
1010
display: flex;
1111
max-width: 330px;
1212
z-index: 100;
1313
margin: 0 auto;
1414
}
15-
#bannerads a {
15+
#banneradv a {
1616
color: inherit;
1717
text-decoration: none;
1818
}
19-
#bannerads a:hover {
19+
#banneradv a:hover {
2020
color: inherit;
2121
}
22-
#bannerads span {
22+
#banneradv span {
2323
position: relative;
2424
display: block;
2525
overflow: hidden;
2626
}
27-
#bannerads .wrap {
27+
#banneradv .wrap {
2828
display: flex;
2929
}
30-
#bannerads .img {
30+
#banneradv .img {
3131
display: block;
3232
margin: 0;
3333
line-height: 1;
3434
}
35-
#bannerads .img img {
35+
#banneradv .img img {
3636
display: block;
3737
}
38-
#bannerads .text {
38+
#banneradv .text {
3939
font-size: 13px;
4040
padding: 10px;
4141
margin-bottom: 16px;
4242
line-height: 1.5;
4343
text-align: left;
4444
}
45-
#bannerads .poweredby {
45+
#banneradv .poweredby {
4646
display: block;
4747
padding: 6px 8px;
4848
background: inherit;

src/features/adv/components/AdvBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const AdvBanner = () => {
4141

4242
return (
4343
<div className="ad-wrapper blockRow">
44-
<div id="bannerads">
44+
<div id="banneradv">
4545
<span>
4646
<span className="wrap">
4747
<a

0 commit comments

Comments
 (0)