Skip to content

Commit

Permalink
chore: ea -> ga (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Microwawe authored Jan 6, 2024
1 parent 6a7afbf commit 149f76c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
1 change: 1 addition & 0 deletions src/ads.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google.com, pub-2259486938060074, DIRECT, f08c47fec0942fa0
3 changes: 0 additions & 3 deletions src/app/components/components.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@ <h1 class="text-5xl font-bold">Components</h1>
<span class="text-sm">{{ category.name }}</span>
</a>
</div>
<div class="flex justify-center">
<ads [sticky]="true"></ads>
</div>
<router-outlet></router-outlet>
</div>
3 changes: 0 additions & 3 deletions src/app/docs/docs.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
{{ category.name }}
</a>
</div>
<div class="flex justify-center">
<ads [sticky]="true"></ads>
</div>
<div class="py-4 prose">
<router-outlet></router-outlet>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/app/shared/components/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<ads [fixed]="true"></ads>
<div
class="space-y-8 sm:space-y-12 lg:space-y-20"
[ngClass]="['bg' + default, 'text' + defaultInv]"
Expand Down
3 changes: 0 additions & 3 deletions src/app/templates/templates.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ <h1 class="text-5xl font-bold">Components</h1>
<span class="text-sm capitalize">{{ category.name }}</span>
</a>
</div>
<div class="flex justify-center">
<ads [sticky]="true"></ads>
</div>
<router-outlet></router-outlet>
</div>
6 changes: 6 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
data-domain="mambaui.com"
src="https://analytics.mambaui.com/js/plausible.outbound-links.js"
></script>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2259486938060074"
crossorigin="anonymous"
></script>
<meta name="google-adsense-account" content="ca-pub-2259486938060074" />
<style type="text/css">
body,
html {
Expand Down

1 comment on commit 149f76c

@vercel
Copy link

@vercel vercel bot commented on 149f76c Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mamba-ui – ./

mamba-ui-microwawe.vercel.app
mamba-ui-git-master-microwawe.vercel.app

Please sign in to comment.