mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
change classname
This commit is contained in:
parent
50475cc654
commit
00e8afb72e
1 changed files with 2 additions and 2 deletions
|
@ -648,7 +648,7 @@ function extractQueryFromUpsellMessage(message) {
|
||||||
</div>
|
</div>
|
||||||
<% } else if (showUpsell) { %>
|
<% } else if (showUpsell) { %>
|
||||||
<style>
|
<style>
|
||||||
.advertisements-upsell-instant-awnsers {
|
.upsells-2024-aug-instant-awnsers {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
margin-bottom: 3em;
|
margin-bottom: 3em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -659,7 +659,7 @@ font-size: 22px;
|
||||||
font-stretch: extra-expanded;
|
font-stretch: extra-expanded;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<a href="/search?query=<%= encodeURIComponent(extractQueryFromUpsellMessage(randomUpsellMessage)) %>" class="advertisements-upsell-instant-awnsers">
|
<a href="/search?query=<%= encodeURIComponent(extractQueryFromUpsellMessage(randomUpsellMessage)) %>" class="upsells-2024-aug-instant-awnsers">
|
||||||
<%= randomUpsellMessage %>
|
<%= randomUpsellMessage %>
|
||||||
</a>
|
</a>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
Loading…
Reference in a new issue