docs: don't show panda kit in shop (#29963)

old-commit-hash: 747a6149b41a91a9438a7f735b057007da73ac9a
This commit is contained in:
Adeeb Shihadeh
2023-09-18 16:30:11 -07:00
committed by GitHub
parent ae0332d3db
commit 1925b7e9bf
+1 -1
View File
@@ -141,7 +141,7 @@ class Footnote(Enum):
CANFD = CarFootnote(
"Requires a comma 3X or <a href=\"https://comma.ai/shop/can-fd-panda-kit\" target=\"_blank\">CAN FD panda kit</a> " +
"for this <a href=\"https://en.wikipedia.org/wiki/CAN_FD\" target=\"_blank\">CAN FD car</a>.",
Column.MODEL, shop_footnote=True)
Column.MODEL, shop_footnote=False)
@dataclass