Skip to content

Commit

Permalink
add icons8 license
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley committed May 14, 2024
1 parent 9714a47 commit 37bc5be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -494,3 +494,8 @@ span.callout + p::after {
font-size: 20px;
padding-left: 100px;
}

.icons8 {
padding-left: 1600px;
font-size: 10px;
}
5 changes: 5 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ function Home() {
</div>
</section>
)}
<div>
<p class="icons8">
Icons by <a href="https://icons8.com/">Icons8</a>
</p>
</div>
<div className={clsx("hero hero--secondary", styles.heroBanner)}>
<div className="container">
<div class="textbox">
Expand Down

0 comments on commit 37bc5be

Please sign in to comment.