Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74211bb

Browse files
committed
Fix in preferences layout
1 parent2e0a650 commit74211bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎site/src/components/Preferences/Layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
importBoxfrom"@material-ui/core/Box"
22
importReactfrom"react"
33
import{Outlet}from"react-router-dom"
4-
import{AuthAndNav}from"../Page"
4+
import{AuthAndFrame}from"../AuthAndFrame/AuthAndFrame"
55
import{TabPanel}from"../TabPanel"
66

77
exportconstLanguage={
@@ -21,14 +21,14 @@ const menuItems = [
2121

2222
exportconstPreferencesLayout:React.FC=()=>{
2323
return(
24-
<AuthAndNav>
24+
<AuthAndFrame>
2525
<Boxdisplay="flex"flexDirection="column">
2626
<Boxstyle={{maxWidth:"1380px",margin:"1em auto"}}>
2727
<TabPaneltitle={Language.preferencesLabel}menuItems={menuItems}>
2828
<Outlet/>
2929
</TabPanel>
3030
</Box>
3131
</Box>
32-
</AuthAndNav>
32+
</AuthAndFrame>
3333
)
3434
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp