Skip to content

Commit 8c46cac

Browse files
author
craigsdennis
committed
Adds call-to-action id
1 parent 528b78a commit 8c46cac

File tree

2 files changed

+1
-51
lines changed

2 files changed

+1
-51
lines changed

.idea/misc.xml

-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="bounds">
1313
<a href="/flashcard/next" class="card">
1414
<h1 class="logo">Flashy</h1>
15-
<p th:text="${cta}" />
15+
<p id="call-to-action" th:text="${cta}" />
1616
<div class="button button-primary">Get Started!</div>
1717
</a>
1818
</div>

0 commit comments

Comments
 (0)