Skip to content

Commit 539313e

Browse files
Update
1 parent cdc1524 commit 539313e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

data/home/hero.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ content:
66
text: "Orb DB is a fresh start in database design, combining the latest advances in AI and Data Systems to build world's first responsible knowledge graph database. If you like to join the team, we have positions open internationally!"
77

88
buttonPrimary:
9-
label: "Apply now"
10-
url: "https://forms.gle/oQPQ3HG1CqgdcFsU8"
11-
12-
buttonSecondary:
139
label: "Get in touch"
1410
url: "mailto:[email protected]"
11+
# label: "Apply now"
12+
# url: "https://forms.gle/oQPQ3HG1CqgdcFsU8"
13+
14+
# buttonSecondary:
15+
# label: "Get in touch"
16+
# url: "mailto:[email protected]"
1517

themes/up-business-theme/layouts/partials/sections/hero.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3 class="hero-title fw-bold display-1 text-primary text-center text-xl-start p
1313
{{ end }}
1414
<div class="d-flex flex-column flex-xl-row">
1515
{{ with .content.buttonPrimary }}
16-
<a class="btn btn-primary text-light px-4 my-1" href="{{ .url }}">{{ .label }}</a>
16+
<a class="btn btn-primary text-light px-4 my-1" href="{{ .url }}">{{ .label }}<span class="ms-2">{{ partial "icons/arrow-right.html" }}</span></a>
1717
{{ end }}
1818
{{ with .content.buttonSecondary }}
1919
<a class="btn btn-outline-primary px-4 my-1 ms-xl-4" href="{{ .url }}">{{ .label }}<span class="ms-2">{{ partial "icons/arrow-right.html" }}</span></a>

0 commit comments

Comments
 (0)