mirror of https://github.com/ColorlibHQ/AdminLTE
Update layout-rtl.astro
parent
cc43977cb0
commit
b3e4e9e7a3
|
@ -14,7 +14,7 @@ const isRtl = true
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" dir="rtl">
|
||||
<head>
|
||||
<Head title={title} isRtl={isRtl} />
|
||||
<Head title={title} path={path} isRtl={isRtl} />
|
||||
</head>
|
||||
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
|
||||
<div class="app-wrapper">
|
||||
|
|
Loading…
Reference in New Issue