Update settings.blade.php

This commit is contained in:
Thomas G 2022-09-03 12:32:16 +10:00
parent ebf881a16f
commit 32d273c16c
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
@csrf @csrf
<div class="content_special" style="flex-wrap: wrap; flex-direction: column; width: 100%;"> <div class="content_special" style="flex-wrap: wrap; flex-direction: column; width: 100%;">
<h3>Bio</h3> <h3>Bio</h3>
<textarea style="resize: none; width: 100%; height: 75px;" name="bio"> <textarea style="resize: none; width: 97%; height: 75px;" name="bio">
@if (!old('bio')) @if (!old('bio'))
{{ Auth::user()->blurb }}@else{{ old('bio') }} {{ Auth::user()->blurb }}@else{{ old('bio') }}
@endif @endif