diff --git a/nuxt-frontend/components/home-new/ContributionSection.vue b/nuxt-frontend/components/home-new/ContributionSection.vue index ff752c11f..a627a2737 100644 --- a/nuxt-frontend/components/home-new/ContributionSection.vue +++ b/nuxt-frontend/components/home-new/ContributionSection.vue @@ -16,7 +16,7 @@ >
@@ -24,82 +24,79 @@ :to="contribution.link" target="_blank" @click.native="$mixpanel.track('tap_home_github_contribution_section')" - class="flex-col p-4 lg:p-6" + class="flex-col" > -
+ {{ contribution.title }} -
+ +
+ {{ contribution.description }} +
+
- {{ contribution.description }} +
-
+
+ +
+
+
+ + {{ contribution.stars }} -
-
- - + {{ + contribution.forks + }} +
+
+ {{ contribution.language }} -
-
-
- - {{ contribution.stars }} -
-
- {{ - contribution.forks - }} -
-
- {{ contribution.language }} -
- +
diff --git a/nuxt-frontend/components/jobs/CareerView.vue b/nuxt-frontend/components/jobs/CareerView.vue index 93df2acb2..2ae7d3b05 100644 --- a/nuxt-frontend/components/jobs/CareerView.vue +++ b/nuxt-frontend/components/jobs/CareerView.vue @@ -1,20 +1,22 @@