Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
feat: hardcoded responses (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
omartinma authored Nov 29, 2023
1 parent 6dc33e9 commit 9304123
Show file tree
Hide file tree
Showing 3 changed files with 696 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/home/widgets/sources_carousel_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ class SourceCard extends StatelessWidget {
),
Text(
document.metadata.description ?? '',
maxLines: 9,
overflow: TextOverflow.ellipsis,
style: textTheme.bodySmall
?.copyWith(color: VertexColors.mediumGrey),
),
Expand Down
Loading

0 comments on commit 9304123

Please sign in to comment.