Fix f7BlockTitle size arg
All checks were successful
Deploy stAndrews / deploy (push) Successful in 45s

This commit is contained in:
2026-03-13 15:22:35 -04:00
parent 6264ebea66
commit 6614bfeb04

View File

@@ -245,7 +245,7 @@ create_ui <- function() {
),
f7AccordionItem(
title = "Docs",
f7BlockTitle("St. Andrews Park", size = "small"),
f7BlockTitle("St. Andrews Park", size = "medium"),
f7Block(
f7List(
inset = TRUE, dividers = TRUE, strong = TRUE, outline = FALSE,
@@ -253,21 +253,21 @@ create_ui <- function() {
f7ListItem(title = "Map (unrecorded)", href = "docs/st_andrews/2004_06_23_sap_map.pdf")
)
),
f7BlockTitle("Patios 2", size = "small"),
f7BlockTitle("Patios 2", size = "medium"),
f7Block(
f7List(
inset = TRUE, dividers = TRUE, strong = TRUE, outline = FALSE,
f7ListItem(title = "Plat", href = "docs/patios_2/1997_08_12_patios_2_plat.pdf")
)
),
f7BlockTitle("Patios 3", size = "small"),
f7BlockTitle("Patios 3", size = "medium"),
f7Block(
f7List(
inset = TRUE, dividers = TRUE, strong = TRUE, outline = FALSE,
f7ListItem(title = "Plat", href = "docs/patios_3/1998_11_17_patios_3_plat.pdf")
)
),
f7BlockTitle("Villas 2", size = "small"),
f7BlockTitle("Villas 2", size = "medium"),
f7Block(
f7List(
inset = TRUE, dividers = TRUE, strong = TRUE, outline = FALSE,