From 6ec265cccd1abbb5cff68d95757a2e680c8e9e06 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 29 Mar 2021 15:47:49 +0300 Subject: Fixed languages and technologies being ordered in a column in profile page --- src/app/components/profile/profile.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/components/profile/profile.component.html b/src/app/components/profile/profile.component.html index 7de1d09..1a360fc 100644 --- a/src/app/components/profile/profile.component.html +++ b/src/app/components/profile/profile.component.html @@ -29,8 +29,8 @@
None
-
-
+
+
{{ lang.name }}
@@ -42,8 +42,8 @@
None
-
-
+
+
{{ tech.name }}
-- cgit v1.2.3