Skip to content

Commit

Permalink
fix: move cta to far right
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-harris authored and skeptrunedev committed Nov 27, 2024
1 parent d659f91 commit b2c0344
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions server/src/public/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@
src="{{params.brandLogoImgSrcUrl|safe if (params.brandLogoImgSrcUrl is defined and params.brandLogoImgSrcUrl) else 'https://cdn.trieve.ai/trieve-logo.png'|safe}}"></img>
</a>
<div id="nav-links">
<a class="action-link" href="https://cal.com/nick.k">
<svg class="nav-icon nav-icon-action" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256z" />
</svg>
Meet With Sales</a>
<a href="mailto:[email protected]">
<svg class="nav-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
Expand All @@ -173,6 +167,12 @@
d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z" />
</svg>
</a>
<a class="action-link" href="https://cal.com/nick.k">
<svg class="nav-icon nav-icon-action" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256z" />
</svg>
Meet With Sales</a>
</div>
</div>
</nav>
Expand Down

0 comments on commit b2c0344

Please sign in to comment.