Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
FIX: Remove a duplicated topic-status icon
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Jan 22, 2025
1 parent 8a3a263 commit 1749fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ export default apiInitializer("2.0.0", (api) => {

// Main topic title
api.renderInOutlet("after-topic-status", <template>
{{#if @outletArgs.topic.encrypted_title}}
{{~#if @outletArgs.topic.encrypted_title~}}
<span
title={{i18n "topic-statuses.encrypted.help"}}
class="topic-status encrypted"
>{{icon "user-secret"}}</span>
{{/if}}
{{~/if~}}
</template>);
});

This file was deleted.

0 comments on commit 1749fe6

Please sign in to comment.