Skip to content

Commit

Permalink
docs styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsca committed Jul 2, 2024
1 parent 434dbb6 commit b19d959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/components/Home.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<section class="engage">
<div class="wrapper">
<h3>Ready to get going? Engage!</h3>
<a href="./guide/">Get started <i>🠚</i></a>
<a href="./guide/">Get started <i>&rarr;</i></a>
<div class="hint">Millions of people clicked a button in the last week alone!</div>
</div>
</section>
Expand Down
4 changes: 2 additions & 2 deletions docs/theme/PrevNext.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<nav {{ attrs.render(class="tPrevNext") }}>
{% if prev.url -%}
<a href="{{ prev.url }}" class="prev">
<i>🠘</i>
<i>&larr;</i>
<div>
<div class="section">
{{ prev.section or "Previous" if prev.section != curr.section else "Previous" }}
Expand All @@ -20,7 +20,7 @@
</div>
<div class="title">{{ next.title }}</div>
</div>
<i>🠚</i>
<i>&rarr;</i>
</a>
{%- endif %}
</nav>

0 comments on commit b19d959

Please sign in to comment.