Skip to content

Commit eff897a

Browse files
Replaced "Learn More" on the events button with an info icon.
1 parent 72b2664 commit eff897a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_sass/style.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,9 @@ a {
416416
.upcoming__link {
417417
}
418418

419+
.upcoming__button-icon {
420+
}
421+
419422
.chapters {
420423

421424
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2 class="upcoming__event-subtitle"> {{ post.subtitle }}</h2>
9292
<div class="upcoming__link-col col-6">
9393
<a class="upcoming__link" href="{{ post.url }}">
9494
<button class="button-minimal btn btn-lg">
95-
Learn More
95+
<i class="upcoming__button-icon fas fa-info-circle"></i>
9696
</button>
9797
</a>
9898
</div>

0 commit comments

Comments
 (0)