Fixed content not being responsive

This commit is contained in:
2024-12-18 17:16:39 +01:00
parent 4c2162a158
commit c523b7495f
2 changed files with 4 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ class ContentProvider {
'education': <List<dynamic>>[],
'skills': <List<dynamic>>[],
'text': <String>[],
'general_skills': <List<dynamic>>[],
'general_skills': <String>[],
};
static T getContent<T>(ContentType contentType) {