diff --git a/assets/dark_mode/normal_conversation.png b/assets/dark_mode/normal_conversation.png index 10f20e027..22d714709 100644 Binary files a/assets/dark_mode/normal_conversation.png and b/assets/dark_mode/normal_conversation.png differ diff --git a/assets/dark_mode/with_embed.png b/assets/dark_mode/with_embed.png index a66949f34..21b718d80 100644 Binary files a/assets/dark_mode/with_embed.png and b/assets/dark_mode/with_embed.png differ diff --git a/assets/light_mode/normal_conversation.png b/assets/light_mode/normal_conversation.png index 0eb0a8f17..090cbd29c 100644 Binary files a/assets/light_mode/normal_conversation.png and b/assets/light_mode/normal_conversation.png differ diff --git a/assets/light_mode/with_embed.png b/assets/light_mode/with_embed.png index 7af396623..62cae744a 100644 Binary files a/assets/light_mode/with_embed.png and b/assets/light_mode/with_embed.png differ diff --git a/packages/core/src/components/discord-author-info/DiscordAuthorInfo.ts b/packages/core/src/components/discord-author-info/DiscordAuthorInfo.ts index 604621cf4..00ac74cbb 100644 --- a/packages/core/src/components/discord-author-info/DiscordAuthorInfo.ts +++ b/packages/core/src/components/discord-author-info/DiscordAuthorInfo.ts @@ -166,7 +166,7 @@ export class DiscordAuthorInfo extends LitElement { draggable="false" />` : null} - ${this.bot && !this.server ? html`${this.verified ? VerifiedTick() : null} Bot` : null} + ${this.bot && !this.server ? html`${this.verified ? VerifiedTick() : null} App` : null} ${this.server && !this.bot ? html`Server` : null} ${this.op ? html`OP` : null} ${this.compactMode diff --git a/packages/core/src/components/discord-reply/DiscordReply.ts b/packages/core/src/components/discord-reply/DiscordReply.ts index 522378d31..dd54a7be6 100644 --- a/packages/core/src/components/discord-reply/DiscordReply.ts +++ b/packages/core/src/components/discord-reply/DiscordReply.ts @@ -322,7 +322,7 @@ export class DiscordReply extends LitElement implements LightTheme { () => html`${html` ${profile.bot && !profile.server - ? html`${profile.verified ? VerifiedTick() : ''}Bot` + ? html`${profile.verified ? VerifiedTick() : ''}App` : null} ${profile.server && !profile.bot ? html`Server` : ''} ${profile.op ? html`OP` : ''} diff --git a/packages/core/src/components/discord-thread-message/DiscordThreadMessage.ts b/packages/core/src/components/discord-thread-message/DiscordThreadMessage.ts index 40973de2a..3d68ad962 100644 --- a/packages/core/src/components/discord-thread-message/DiscordThreadMessage.ts +++ b/packages/core/src/components/discord-thread-message/DiscordThreadMessage.ts @@ -166,7 +166,7 @@ export class DiscordThreadMessage extends LitElement implements LightTheme { return html`${ifDefined(profile.author)} ${html` ${profile.bot && !profile.server - ? html` ${profile.verified ? VerifiedTick() : null} Bot ` + ? html` ${profile.verified ? VerifiedTick() : null} App ` : null} ${profile.server && !profile.bot ? html`Server` : null} `} diff --git a/packages/core/src/components/svgs/VerifiedTick.ts b/packages/core/src/components/svgs/VerifiedTick.ts index 135ff7e02..90438e260 100644 --- a/packages/core/src/components/svgs/VerifiedTick.ts +++ b/packages/core/src/components/svgs/VerifiedTick.ts @@ -9,7 +9,7 @@ export default function VerifiedTick(props: Record = {}) { return html`