diff options
| author | Henry Jameson <me@hjkos.com> | 2020-10-20 22:54:43 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-10-20 22:54:43 +0300 |
| commit | 3cbaa0044943341fa4af4e4eb880649fc7eecda4 (patch) | |
| tree | 96db86a986868b76ef8ae7200fa20d51607a54d3 /src/components/post_status_form | |
| parent | b19c2eb0fb45aca4f4a59c4afacaffddf695987d (diff) | |
more replacements + small renames
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 7f7ac72f..817b2fa0 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -199,7 +199,7 @@ {{ $t(`post_status.content_type["${postFormat}"]`) }} </option> </select> - <FAIcon class="icon-down-open" icon="chevron-down"/> + <FAIcon class="select-down-icon" icon="chevron-down"/> </label> </div> <div |
