mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Clean up default listing
This commit is contained in:
parent
ec8eee6386
commit
730886cbf0
1 changed files with 2 additions and 1 deletions
|
|
@ -30,16 +30,17 @@ const details = new ListingDetails( listing )
|
||||||
<section class="container space-y-8 py-32">
|
<section class="container space-y-8 py-32">
|
||||||
|
|
||||||
<div class="intro-content flex flex-col items-center text-center min-h-3/4-screen md:min-h-0 gap-8">
|
<div class="intro-content flex flex-col items-center text-center min-h-3/4-screen md:min-h-0 gap-8">
|
||||||
|
|
||||||
<h1 class="title text-sm md:text-xl font-bold">
|
<h1 class="title text-sm md:text-xl font-bold">
|
||||||
{ details.mainHeading }
|
{ details.mainHeading }
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<h2 class="subtitle text-2xl md:text-5xl font-bold">
|
<h2 class="subtitle text-2xl md:text-5xl font-bold">
|
||||||
{ details.subtitle }
|
{ details.subtitle }
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<Aliases listing={ listing } />
|
<Aliases listing={ listing } />
|
||||||
|
|
||||||
|
|
||||||
<AllUpdatesSubscribe
|
<AllUpdatesSubscribe
|
||||||
client:visible
|
client:visible
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue