Merge pull request '#64 "Ich Suche" besser definiert' (#71) from profile-page into main

Reviewed-on: kompetenzinventar/ki-frontend#71
This commit is contained in:
weeman 2022-01-14 13:10:10 +01:00
commit 04cb8a7217
2 changed files with 3 additions and 3 deletions

View File

@ -115,11 +115,11 @@ SPDX-License-Identifier: AGPL-3.0-or-later
</template> </template>
</Section> </Section>
<Section title="Ich suche"> <Section title="Ich suche für mich Projekte/Aufträge in folgenden Bereichen">
<template v-slot:card-body> <template v-slot:card-body>
<auto-complete <auto-complete
type="skill" type="skill"
label="Ich suche" label="Ich suche für mich Projekte/Aufträge in folgenden Bereichen"
:values="profile.searchtopics" :values="profile.searchtopics"
:showSecondary="false" :showSecondary="false"
placeholder="z.B. Python, JavaScript, Linux" placeholder="z.B. Python, JavaScript, Linux"

View File

@ -31,7 +31,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
<Section <Section
v-if="profile.searchtopics && profile.searchtopics.length > 0" v-if="profile.searchtopics && profile.searchtopics.length > 0"
title="Das suche ich"> title="Ich suche für mich Projekte/Aufträge in folgenden Bereichen">
<div style="margin-bottom: -.5rem;"> <div style="margin-bottom: -.5rem;">
<Skill <Skill
class="me-2 mb-2" class="me-2 mb-2"