112 tested
All checks were successful
Deploy / build-deploy (push) Successful in 3m21s

This commit is contained in:
Jorijn van der Graaf 2026-08-18 14:52:49 +02:00
commit 593bdb17d4
6 changed files with 28 additions and 16 deletions

View file

@ -1279,8 +1279,7 @@ export RenderedPage RenderProduct(const Product& product,
R"(<h2 class="section__title">Specifications</h2>)"
R"(<p class="section__lede">The hardware is a stock Fairphone )"
R"((Gen. 6), unmodified. Fairphone's spec sheet is this product's spec sheet, )"
R"(and all of it works under postmarketOS. The one caveat is the )"
R"(emergency-calling warning above.</p>)"
R"(and all of it works under postmarketOS.</p>)"
R"(<table class="spec-table"><tbody>{}</tbody></table>)"
R"(</section>)",
Join(specRows));