Skip to content

Commit c7eca7c

Browse files
committed
cleanup
1 parent a923116 commit c7eca7c

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/app/index.jsx

+7-10
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export default function App() {
2121
<section>
2222
<img src={comma} alt="comma" width={128} height={128} className="dark:invert" />
2323
<h1>flash.comma.ai</h1>
24-
2524
<p>
2625
This tool allows you to flash AGNOS onto your comma device. AGNOS is the Ubuntu-based
2726
operating system for your <a href="https://comma.ai/shop/comma-3x" target="_blank">comma 3/3X</a>.
@@ -33,10 +32,12 @@ export default function App() {
3332
<h2>Requirements</h2>
3433
<ul>
3534
<li>
36-
A web browser which supports <a href="https://caniuse.com/webusb" target="_blank">WebUSB</a> (such as Google Chrome, Microsoft Edge, Opera), running on Windows, macOS, Linux, or Android.
35+
A web browser which supports <a href="https://caniuse.com/webusb" target="_blank">WebUSB</a>
36+
{" "}(such as Google Chrome, Microsoft Edge, Opera), running on Windows, macOS, Linux, or Android.
3737
</li>
3838
<li>
39-
A good quality USB-C cable to connect the device to your computer. <span title="SuperSpeed">USB 3</span> is recommended for faster flashing speed.
39+
A good quality USB-C cable to connect the device to your computer.{" "}
40+
<span title="SuperSpeed">USB 3</span> is recommended for faster flashing speed.
4041
</li>
4142
</ul>
4243
{isWindows && (<>
@@ -71,9 +72,7 @@ export default function App() {
7172
/>
7273
</li>
7374
</ol>
74-
<p>
75-
No additional software is required for macOS or Linux.
76-
</p>
75+
<p>No additional software is required for macOS, Linux or Android.</p>
7776
</>)}
7877
</section>
7978
<hr />
@@ -116,9 +115,7 @@ export default function App() {
116115
when you press the Flash icon.
117116
</p>
118117
<h3>After flashing, device says unable to mount data partition</h3>
119-
<p>
120-
This is expected after the filesystem is erased. Press confirm to finish resetting your device.
121-
</p>
118+
<p>This is expected after the filesystem is erased. Press confirm to finish resetting your device.</p>
122119
<h3>General Tips</h3>
123120
<ul>
124121
<li>Try another computer or OS</li>
@@ -145,7 +142,7 @@ export default function App() {
145142
</div>
146143

147144
<div className="w-screen max-w-none p-12 md:p-16 prose dark:prose-invert bg-white dark:bg-gray-900 lg:hidden">
148-
flash.comma.ai version: <code>{version.substring(0, 7)}</code>
145+
flash.comma.ai version: <code>{version}</code>
149146
</div>
150147
</div>
151148
)

0 commit comments

Comments
 (0)