Skip to content

Commit

Permalink
fix: fix broken logo image path
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Oct 7, 2024
1 parent bda8171 commit b68b47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nebula/components/home/cta.templ
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ templ CallToAction() {
<div class="relative max-w-3xl mx-auto text-center pb-12 md:pb-16">
<div class="inline-flex items-center justify-center w-20 h-20 bg-white rounded-xl shadow-md mb-8 relative before:absolute before:-top-12 before:w-52 before:h-52 before:bg-zinc-900 before:opacity-[.08] before:rounded-full before:blur-3xl before:-z-10">
<a href="index.html">
<img src="https://cdn.sonr.id/img/logo-zinc.svg" width="60" height="60" alt="Logo"/>
<img src="https://cdn.sonr.id/logo-zinc.svg" width="60" height="60" alt="Logo"/>
</a>
</div>
<h2 class="font-inter-tight text-3xl md:text-4xl font-bold text-zinc-900 mb-4">
Expand Down

0 comments on commit b68b47a

Please sign in to comment.