Skip to content

Commit

Permalink
fix: features section errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzek authored and simon-the-shark committed Jan 19, 2025
1 parent a373dca commit 10fa5a6
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ class DigitalGuideFeaturesSection extends ConsumerWidget {
),
],
),
(
title: context.localize.micro_navigation,
content: [
LocalizationExpansionTileContent(
digitalGuideData: digitalGuideData,
),
],
),
(
title: context.localize.building_structure,
content: [
Expand Down

0 comments on commit 10fa5a6

Please sign in to comment.