fix typos

This commit is contained in:
2021-08-15 20:35:15 +02:00
parent 3800fb2a08
commit 28c0814139
6 changed files with 25 additions and 21 deletions

View File

@ -1,16 +1,19 @@
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
<template>
<div v-if="profile" class="container">
<h1>{{profile.nickname}}({{profile.pronouns}})</h1>
<h1>
{{profile.nickname}}
<span v-if="profile.pronouns">({{profile.pronouns}})</span>
</h1>
<p><label class="fw-bold">Vorstellung: </label> {{profile.freetext}}</p>
<p><label class="fw-bold">Ehrentamtliche Arbeit: </label> {{profile.volunteerwork}}</p>
<p><label class="fw-bold">Verfügbarkeit: </label> {{profile.availability}}</p>
<h3>Meine Skills:</h3>
<h3>Das kann ich:</h3>
<profile-list
:values="profile.skills"
type="skill"
></profile-list>
<h3>Ich Suche:</h3>
<h3>Das suche ich:</h3>
<profile-list
:values="profile.searchtopics"
type="skill"