Skip to content

Commit

Permalink
[APD-xxx] Change path to image (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimroi authored Jun 6, 2024
1 parent 148e16e commit ad09db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download-page/src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<div class="header">
<div class="row">
<a href="#" class="header__logo">
<img src="./images/logo.svg" alt="logo">
<img src="./logo.svg" alt="logo">
</a>
</div>
</div>
<div class="main">
<div class="row">
<div class="main__logo">
<img src="./images/admob-logo.svg" alt="">
<img src="./admob-logo.svg" alt="">
</div>
<h1 class="main__title title-h1">AdMob Sync</h1>
<p class="main__txt p-normal">
Expand Down

0 comments on commit ad09db8

Please sign in to comment.