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