Skip to content

Commit

Permalink
Merge pull request #710 from centrica-engineering/fix/landmark-headin…
Browse files Browse the repository at this point in the history
…g-markup

[Docs] fix: remove unnecessary span from heading slot
  • Loading branch information
andij authored Sep 9, 2024
2 parents d009223 + 6e040bb commit e9b54cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
4 changes: 1 addition & 3 deletions src/assets/components/ns-landmark/hillside.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<ns-landmark type="hillside" decoration="cyan">
<h1 slot="heading">
<span>Neutral milk hotel?</span>
</h1>
<h1 slot="heading">Neutral milk hotel?</h1>
<div slot="paragraph">
<p>Tacos narwhal locavore humblebrag <strong>irony subway</strong> tile cold-pressed everyday carry tofu sartorial.</p>
</div>
Expand Down
4 changes: 1 addition & 3 deletions src/assets/components/ns-landmark/lakeside.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<ns-landmark type="lakeside">
<h1 slot="heading">
<span>Solarpunk shoreditch tumblr</span>
</h1>
<h1 slot="heading">Solarpunk shoreditch tumblr</h1>
<div slot="paragraph">
<p>Lomo pitchfork <strong>street art enamel pin</strong> pok pok lo-fi normcore keffiyeh.</p>
<p>Skateboard four pound toast cornhole keytar man bun hell of waistcoat sartorial.</p>
Expand Down
4 changes: 1 addition & 3 deletions src/assets/components/ns-landmark/standard.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<ns-landmark image="/placeholder-16x9-1440x810px.webp">
<h1 slot="heading">
<span>Baby tattooed gorpcore portland</span>
</h1>
<h1 slot="heading">Baby tattooed gorpcore portland</h1>
<div slot="paragraph">
<p>Gentrify sus drinking vinegar cred sriracha raclette cardigan. Migas artisan selvage intelligentsia typewriter chicharrones unicorn.</p>
</div>
Expand Down
4 changes: 1 addition & 3 deletions src/assets/components/ns-landmark/summit.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<ns-landmark type="summit" image="/placeholder-16x9-1440x810px.webp">
<h1 slot="heading">
<span>Cliche narwhal banjo knausgaard</span>
</h1>
<h1 slot="heading">Cliche narwhal banjo knausgaard</h1>
<div slot="paragraph">
<p>Sartorial lomo paleo synth marfa pour-over vibecession mumblecore humblebrag actually.</p>
</div>
Expand Down
4 changes: 1 addition & 3 deletions src/assets/components/ns-landmark/valley.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<ns-landmark type="valley" image="/placeholder-4x3-720x540px.webp">
<h1 slot="heading">
<span>Paleo synth marfa pour-over vibecession</span>
</h1>
<h1 slot="heading">Paleo synth marfa pour-over vibecession</h1>
<ns-pill slot="pill" icon="rewards">Tile raclette</ns-pill>
<div slot="paragraph">
<p>Normcore tumblr godard mumblecore typewriter vinyl ascot fanny pack gochujang man braid ugh kinfolk try-hard succulents.</p>
Expand Down

0 comments on commit e9b54cf

Please sign in to comment.