Skip to content

Commit c10bcb4

Browse files
committed
More demo tweaks
1 parent 93d47cf commit c10bcb4

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

demo/src/app.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

demo/src/app.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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&nbsp;
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>

0 commit comments

Comments
 (0)