Commit da1a739 1 parent 26859fc commit da1a739 Copy full SHA for da1a739
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -381,15 +381,15 @@ def get_detail_sentence(self, CP):
381
381
sentence_builder += " This car may not be able to take tight turns on its own."
382
382
383
383
# experimental mode
384
- exp_link = "<a href='https://blog.comma.ai/090release/#experimental-mode' target='_blank' class='link-light-new-regular-text '>Experimental mode</a>"
384
+ exp_link = "<a href='https://blog.comma.ai/090release/#experimental-mode' target='_blank' class='highlight '>Experimental mode</a>"
385
385
if CP .openpilotLongitudinalControl and not CP .experimentalLongitudinalAvailable :
386
386
sentence_builder += f" Traffic light and stop sign handling is also available in { exp_link } ."
387
387
388
388
return sentence_builder .format (car_model = f"{ self .make } { self .model } " , alc = alc , acc = acc )
389
389
390
390
else :
391
391
if CP .carFingerprint == "COMMA_BODY" :
392
- return "The body is a robotics dev kit that can run openpilot. <a href='https://www.commabody.com'>Learn more.</a>"
392
+ return "The body is a robotics dev kit that can run openpilot. <a href='https://www.commabody.com' target='_blank' class='highlight' >Learn more.</a>"
393
393
else :
394
394
raise Exception (f"This notCar does not have a detail sentence: { CP .carFingerprint } " )
395
395
You can’t perform that action at this time.
0 commit comments