File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,12 @@ ul li {
163163 text-decoration : underline;
164164}
165165
166+ .footer a svg {
167+ font-size : 80% ;
168+ color : # 777 ;
169+ margin-left : 0.1rem ;
170+ }
171+
166172.footer a : not (: last-child ) {
167173 margin-right : 2rem ;
168174}
Original file line number Diff line number Diff line change @@ -55,12 +55,14 @@ const App: React.FC = () => {
5555
5656 < div className = 'footer' >
5757 < a href = 'https://github.com/sparksuite/react-accessible-dropdown-menu-hook' id = 'first-footer-link' >
58- View on GitHub
58+ View on GitHub < i className = 'fad fa-external-link' />
59+ </ a >
60+ < a href = 'https://www.npmjs.com/package/react-accessible-dropdown-menu-hook' >
61+ View on npm < i className = 'fad fa-external-link' />
5962 </ a >
60- < a href = 'https://www.npmjs.com/package/react-accessible-dropdown-menu-hook' > View on npm</ a >
61- Built by{ ' ' }
63+ Built by
6264 < a href = 'https://www.sparksuite.com' target = '_blank' rel = 'noopener noreferrer' >
63- Sparksuite
65+ Sparksuite < i className = 'fad fa-external-link' />
6466 </ a >
6567 </ div >
6668 </ div >
You can’t perform that action at this time.
0 commit comments