Skip to content

Commit

Permalink
Merge pull request #62 from aymanalhattami/3.x
Browse files Browse the repository at this point in the history
fix: update frontend layout direction
  • Loading branch information
atmonshi authored Sep 4, 2023
2 parents eb56fd9 + 91f85a2 commit 2b2e1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/app.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" dir="{{ __('filament::layout.direction') ?? 'ltr' }}" class="antialiased filament js-focus-visible">
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" dir="{{ __('filament-panels::layout.direction') ?? 'ltr' }}" class="antialiased filament js-focus-visible">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit 2b2e1e5

Please sign in to comment.