mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 03:57:47 -04:00
lint
This commit is contained in:
parent
7adb54272d
commit
4c379bb25b
@ -182,8 +182,8 @@ const setPersonally = async (userId: string, personally: string | null) => {
|
||||
{{ s.el.email }}
|
||||
</a>
|
||||
</p>
|
||||
<form @submit.prevent="setPersonally(s.el.id, s.el.personally)" class="input-group">
|
||||
<input v-model="s.el.personally" type="text" placeholder="Met the team at… (Comma separated event names)" class="form-control form-control-sm" />
|
||||
<form class="input-group" @submit.prevent="setPersonally(s.el.id, s.el.personally)">
|
||||
<input v-model="s.el.personally" type="text" placeholder="Met the team at… (Comma separated event names)" class="form-control form-control-sm">
|
||||
<button type="submit" class="btn btn-sm btn-outline-primary mt-1">
|
||||
Save
|
||||
</button>
|
||||
|
@ -922,7 +922,7 @@ user:
|
||||
description: >
|
||||
If you've met our team at a pride event or a workshop,
|
||||
reach out via email or our community discord to get a badge 😉
|
||||
Please send us your name and the name of the event.
|
||||
Please send us your name and the name of the event.
|
||||
|
||||
profile:
|
||||
description: 'Description'
|
||||
|
Loading…
x
Reference in New Issue
Block a user