mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Fixing miscolored edit
This commit is contained in:
parent
bd21c7e1ae
commit
a1246bfbdc
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ export class Home extends Component<any, HomeState> {
|
|||
<ul class="list-inline mb-1 text-muted font-weight-bold">
|
||||
<li className="list-inline-item-action">
|
||||
<button
|
||||
class="btn btn-link d-inline-block"
|
||||
class="btn btn-link d-inline-block text-muted"
|
||||
onClick={linkEvent(this, this.handleEditClick)}
|
||||
aria-label={i18n.t("edit")}
|
||||
data-tippy-content={i18n.t("edit")}
|
||||
|
|
Loading…
Reference in a new issue