remove class..

This commit is contained in:
Cüneyt Şentürk 2023-08-28 13:46:17 +03:00
parent a918bc6b48
commit a83d446141
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html dir="{{ language()->direction() }}" lang="{{ app()->getLocale() }}" class="overflow-hidden">
<html dir="{{ language()->direction() }}" lang="{{ app()->getLocale() }}">
<x-layouts.auth.head>
<x-slot name="title">
{!! !empty($title->attributes->has('title')) ? $title->attributes->get('title') : $title !!}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html dir="{{ language()->direction() }}" lang="{{ app()->getLocale() }}" class="overflow-hidden">
<html dir="{{ language()->direction() }}" lang="{{ app()->getLocale() }}">
<x-layouts.install.head>
<x-slot name="title">
{!! !empty($title->attributes->has('title')) ? $title->attributes->get('title') : $title !!}