Skip to content

Commit 69a6c84

Browse files
committed
update front
1 parent ec52f1e commit 69a6c84

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/front/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
JSON Server
1919
</li>
2020
<li>
21-
<a href="https://www.patreon.com/typicode">
22-
<i class="fab fa-patreon"></i>Patreon
21+
<a href="https://github.com/users/typicode/sponsorship">
22+
<i class="fas fa-heart"></i>GitHub Sponsors
2323
</a>
2424
</li>
2525
<li>

src/front/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
body {
22
display: flex;
33
min-height: 100vh;
4-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
5-
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
4+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
5+
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
66
flex-direction: column;
77
padding: 0;
88
margin: 0;
@@ -50,6 +50,10 @@ nav li {
5050
color: #4c566a;
5151
}
5252

53+
.fa-heart {
54+
color: deeppink;
55+
}
56+
5357
main {
5458
flex: 1;
5559
}

0 commit comments

Comments
 (0)