Skip to content

Commit

Permalink
micro fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisiuBrovka committed Mar 27, 2024
1 parent d9a7d5c commit 07db3f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/api/api_controller.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ignore_for_file: constant_identifier_names

const String API_ROOT = "http://app.xn----7sbdqoacqqid3aufel.xn--90ais/api";
const String API_ROOT = "https://dionisiubrovka.online/api";
const String API_VER = "/v2";
6 changes: 4 additions & 2 deletions lib/pages/skill_list/widgets/skill_list_adapter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ class SkillListAdapter extends StatelessWidget {
mainAxisSize: MainAxisSize.min,
children: [
Text(
skill.specialty.icon ?? "🧑‍💼",
style: const TextStyle(fontSize: 65),
skill.specialty.icon ?? "👩‍🔧",
style: const TextStyle(fontSize: 50),
),
// Image.network(
// "https://emoji.aranja.com/static/emoji-data/img-apple-160/1f469-200d-1f33e.png"),
const SizedBox(
width: 8,
),
Expand Down

0 comments on commit 07db3f7

Please sign in to comment.