File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ $(document).ready(function(){
109109 } )
110110
111111 let star_link = document . createElement ( "a" )
112- star_link . className = "nav-link nav-link-sm text-white ms-3"
112+ star_link . className = "nav-link nav-link-sm text-white ms-3 crowdin-ignore "
113113 star_link . href = `https://star-history.com/#${ sorted [ repo ] [ 'full_name' ] } `
114114 star_link . target = "_blank"
115115 star_link . textContent = window . formatNumber ( sorted [ repo ] [ 'stargazers_count' ] )
@@ -120,7 +120,7 @@ $(document).ready(function(){
120120 star_link . prepend ( star_link_image )
121121
122122 let fork_link = document . createElement ( "a" )
123- fork_link . className = "nav-link nav-link-sm text-white ms-3"
123+ fork_link . className = "nav-link nav-link-sm text-white ms-3 crowdin-ignore "
124124 fork_link . href = `https://github.com/${ sorted [ repo ] [ 'full_name' ] } /network/members`
125125 fork_link . target = "_blank"
126126 fork_link . textContent = window . formatNumber ( sorted [ repo ] [ 'forks' ] )
You can’t perform that action at this time.
0 commit comments