Skip to content

Commit

Permalink
refactor/move-about-us-KN-links-above-team
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-trela committed Oct 1, 2024
1 parent 6396904 commit 7af6d42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/features/about_us_view/about_us_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ class _AboutUsView extends ConsumerWidget {
[
SectionHeader(text: context.localize.about_us),
DescriptionSection(text: value.aboutUs?.description ?? ""),
SectionHeader(text: context.localize.meet_our_team),
TeamSection(
members: value.getMemberData(),
),
SectionHeader(text: context.localize.follow_solvro),
ContactSection(
links: value.getSocialIcons(),
),
SectionHeader(text: context.localize.meet_our_team),
TeamSection(
members: value.getMemberData(),
),
const AppVersionTile(),
],
),
Expand Down

0 comments on commit 7af6d42

Please sign in to comment.