Skip to content

Commit 592dadf

Browse files
authored
Refactor home page ads into a single file, add corner video ad (#3601)
## Description: <img width="3608" height="1848" alt="image" src="https://github.com/user-attachments/assets/86074bff-e648-4db4-a3e9-08d49e433df0" /> ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: evan
1 parent 2f95314 commit 592dadf

5 files changed

Lines changed: 265 additions & 257 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
class="fixed top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 z-99999"
175175
></div>
176176

177-
<gutter-ads></gutter-ads>
177+
<homepage-promos></homepage-promos>
178178

179179
<!-- Main container with responsive padding -->
180180
<main-layout class="contents">

src/client/GutterAds.ts

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)