Skip to content

Commit 297d677

Browse files
committed
style(index.jsx): Adjust logo dimensions and font family
1 parent 0267e26 commit 297d677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const App = () => {
2020
<a href="/" className="navbar-brand">
2121
<img src="/logo.svg" alt="react-scan-logo" width="30" height="30" />
2222
<h3>
23-
<strong>React Scan</strong>
23+
<strong style={{ fontFamily: 'Geist Mono, monospace' }}>React Scan</strong>
2424
</h3>
2525
</a>
2626
<div className="navbar-links">

0 commit comments

Comments
 (0)