Skip to content

Commit

Permalink
Remove "choose a template" subhead (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley authored Sep 11, 2023
1 parent 10cba65 commit 53cd946
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions web/app/templates/authenticated/new/index.hbs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{{page-title "New Doc"}}

<h1>Choose a template</h1>
<p>Start by choosing the document type you choose to create.</p>
<ol class="mt-9 grid grid-cols-3 gap-4">
{{#each @model as |docType|}}
<li class="relative">
<LinkTo
class="w-full h-full no-underline"
class="h-full w-full no-underline"
@route="authenticated.new.doc"
@query={{hash docType=docType.name}}
>
Expand All @@ -18,7 +17,7 @@
{{if docType.moreInfoLink 'template-card--with-link'}}"
>
<div>
<p class="text-display-200 text-color-foreground-primary mb-1">
<p class="mb-1 text-display-200 text-color-foreground-primary">
{{docType.name}}
</p>
<h2
Expand All @@ -38,7 +37,7 @@
@href={{docType.moreInfoLink.url}}
@icon="external-link"
@iconPosition="trailing"
class="small-external-link absolute bottom-6 left-5 whitespace-nowrap z-10"
class="small-external-link absolute bottom-6 left-5 z-10 whitespace-nowrap"
@text={{docType.moreInfoLink.text}}
/>
{{/if}}
Expand Down

0 comments on commit 53cd946

Please sign in to comment.