Skip to content

Commit c9f39fd

Browse files
authored
#20 Add link to GitHub commit view (#164)
add link to GitHub commit view
1 parent 34c1db0 commit c9f39fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export default function App() {
156156

157157
<div className="hidden lg:block">
158158
<hr />
159-
flash.comma.ai version: <code>{version}</code>
159+
flash.comma.ai version: <a href={`https://github.com/commaai/flash/tree/${version}`} target="_blank"><code>{version}</code></a>
160160
</div>
161161
</main>
162162

@@ -167,7 +167,7 @@ export default function App() {
167167
</div>
168168

169169
<div className="w-screen max-w-none p-12 md:p-16 prose dark:prose-invert bg-white dark:bg-gray-900 lg:hidden">
170-
flash.comma.ai version: <code>{version}</code>
170+
flash.comma.ai version: <a href={`https://github.com/commaai/flash/tree/${version}`} target="_blank"><code>{version}</code></a>
171171
</div>
172172
</div>
173173
)

0 commit comments

Comments
 (0)