UX: change chat back button to btn-transparent (#25184)

This commit is contained in:
chapoi 2024-01-12 14:11:25 +02:00 committed by GitHub
parent 1a782acd9c
commit bad14899e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ export default class ChatNavbarBackButton extends Component {
<LinkTo <LinkTo
@route={{@route}} @route={{@route}}
@models={{@routeModels}} @models={{@routeModels}}
class="c-navbar__back-button no-text btn-flat btn" class="c-navbar__back-button no-text btn-transparent btn"
title={{this.title}} title={{this.title}}
> >
{{#if (has-block)}} {{#if (has-block)}}
@ -29,7 +29,7 @@ export default class ChatNavbarBackButton extends Component {
{{else}} {{else}}
<LinkTo <LinkTo
@route="chat" @route="chat"
class="c-navbar__back-button no-text btn-flat btn" class="c-navbar__back-button no-text btn-transparent btn"
title={{this.title}} title={{this.title}}
> >
{{#if (has-block)}} {{#if (has-block)}}