mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-11 00:54:50 +00:00
suggestion
Show name instead of user In the header
This commit is contained in:
parent
6f4e596343
commit
0df232f4cc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
@extends('layouts.app',['title' => $user->username . " on " . config('app.name')])
|
@extends('layouts.app',['title' => $user->name . " on " . config('app.name')])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue