Save workspace changes
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
@php
|
||||
$useUnifiedSeo = true;
|
||||
$renderBladeSeo = true;
|
||||
@endphp
|
||||
|
||||
@extends('layouts.nova')
|
||||
|
||||
@push('head')
|
||||
@vite(['resources/js/profile.jsx'])
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}" />
|
||||
<style>
|
||||
/* Ensure profile tab bar does not hide behind the main navbar */
|
||||
.profile-tabs-sticky {
|
||||
top: var(--navbar-height, 4rem);
|
||||
}
|
||||
</style>
|
||||
@endpush
|
||||
|
||||
@section('content')
|
||||
@inertia
|
||||
@endsection
|
||||
Reference in New Issue
Block a user