File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ export default function LibraryPage(props: Readonly<LibraryPageProps>) {
8989 return (
9090 < Application >
9191 < Application . Article >
92- < Heading size = "jumbo" > Library </ Heading >
92+ < Heading size = "jumbo" > My library </ Heading >
9393
9494 < Text size = "l" >
9595 This isn’t an exhaustive list of everything I’ve read, but a curated selection of books from recent years that
Original file line number Diff line number Diff line change 1717}
1818
1919.LibrarySection__Book__Title {
20- font-size : var (--fs-s );
21-
2220 font-weight : 500 ;
2321}
2422
2523.LibrarySection__Book__Author {
26- font-size : var (--fs-s );
27-
2824 color : var (--c-gray-11 );
2925}
3026
3127.LibrarySection__Book__Date {
32- font-size : var (--fs-xs );
28+ font-size : var (--fs-s );
3329
3430 color : var (--c-gray-11 );
3531}
You can’t perform that action at this time.
0 commit comments