File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ function navigateToTitle() {
6363<style module>
6464.linkTitle ::after {
6565 content : ' __' ;
66- @apply inline i-lucide :link rtl-flip ms-1 opacity-0 text-[0.75em ];
66+ @apply inline i-lucide :link rtl-flip ms-1 opacity-0;
67+ font-size : 0.75em ;
6768}
6869
6970.linkTitle :hover ::after {
Original file line number Diff line number Diff line change @@ -14,5 +14,6 @@ export const GithubReleaseCollectionSchama = v.object({
1414 releases : v . array ( GithubReleaseSchama ) ,
1515} )
1616
17- export type GithubRelease = v . InferOutput < typeof GithubReleaseSchama >
18- export type GithubReleaseCollection = v . InferOutput < typeof GithubReleaseCollectionSchama >
17+ // keeping this here in case it's needed
18+ // export type GithubRelease = v.InferOutput<typeof GithubReleaseSchama>
19+ // export type GithubReleaseCollection = v.InferOutput<typeof GithubReleaseCollectionSchama>
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ describe('Changelog', () => {
1313 } )
1414
1515 expect ( component . text ( ) ) . toContain ( `Sorry, the changelog for npmx-dev couldn't be loaded` )
16- expect ( component . text ( ) ) . toContain ( `Please try again later or view on github ` )
16+ expect ( component . text ( ) ) . toContain ( `Please try again later or View on Github ` )
1717 } )
1818} )
You can’t perform that action at this time.
0 commit comments