Skip to content

Commit

Permalink
fix overview heading (#12675)
Browse files Browse the repository at this point in the history
  • Loading branch information
shughes26 authored Sep 4, 2024
1 parent 6fee382 commit 0805531
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions layouts/page/product.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
{{ define "hero" }}
<header class="home-page-hero">
<div class="dot-background-container pointer-events-none">
<div class="dot-background"></div>
</div>
<div class="dot-overlay"></div>
<div class="home-page-hero-content p-20">
<div class="w-full flex flex-col items-center justify-center">
<h1 class="relative">
<span class="rainbow-text" data-text="{{ .Params.heading }}">{{ .Params.heading }}</span>
</h1>
</div>
</div>
</header>
{{ partial "hero.html" (dict "title" .Params.heading) }}
{{ end }}

{{ define "main" }}
Expand Down

0 comments on commit 0805531

Please sign in to comment.