mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove Email subscribe on games
This commit is contained in:
parent
f5221e2e88
commit
41e8c6b70d
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
<div class="search-item-options-container h-full flex justify-center md:justify-end items-center py-4 md:px-12">
|
<div class="search-item-options-container h-full flex justify-center md:justify-end items-center py-4 md:px-12">
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-if="noEmailSubscribe !== false"
|
v-if="!app.endpoint.includes('/game/')"
|
||||||
class="subscribe space-y-6 sm:space-x-6"
|
class="subscribe space-y-6 sm:space-x-6"
|
||||||
>
|
>
|
||||||
<EmailSubscribe
|
<EmailSubscribe
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue