mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Merge pull request #968 from johnedma/j5/remove-extra-email-input
Removed extra email input showing on landing page
This commit is contained in:
commit
5bcd946cd9
1 changed files with 0 additions and 6 deletions
|
|
@ -16,7 +16,6 @@ import Layout from '../layouts/default.astro'
|
|||
import Search from '~/components/search-stork.vue'
|
||||
// import ListSummary from '~/components/list-summary.vue'
|
||||
// import ListEndButtons from '~/components/list-end-buttons.vue'
|
||||
import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue'
|
||||
import CarbonInline from '~/components/carbon-inline.vue'
|
||||
|
||||
applyResponseDefaults( Astro )
|
||||
|
|
@ -61,11 +60,6 @@ const allAppsSummary = await DoesItAPI('all-apps-summary').get()
|
|||
/>
|
||||
</Search>
|
||||
|
||||
<AllUpdatesSubscribe
|
||||
client:visible
|
||||
class="my-12"
|
||||
/>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue