File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -87,14 +87,16 @@ const Changelog = ({
87
87
{ repo } @{ meta . base } ...{ meta . head }
88
88
</ title >
89
89
</ Helmet >
90
- < div class = { tw `font-mono m-8` } >
91
- < h1 class = { tw `text-4xl text-gray-800 font-semibold` } >
92
- ± { repo } @{ meta . base } ...{ meta . head }
90
+ < div class = { tw `font-mono p-12` } >
91
+ < h1 class = { tw `text-5xl text-gray-800 font-semibold` } >
92
+ < span class = { tw `select-none mr-2` } > ±</ span >
93
+ { repo } @{ meta . base } ...{ meta . head }
93
94
</ h1 >
94
- < ul class = { tw `text-lg text-gray-700 font-medium p -8` } >
95
+ < ul class = { tw `text-lg text-gray-700 font-medium py -8` } >
95
96
{ commits . map ( ( { header, shortSha } ) => (
96
97
< li >
97
- • [{ shortSha . toUpperCase ( ) } ] { header }
98
+ < span class = { tw `select-none mr-2` } > •</ span >
99
+ [{ shortSha . toUpperCase ( ) } ] { header }
98
100
</ li >
99
101
) ) }
100
102
</ ul >
You can’t perform that action at this time.
0 commit comments