Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Asc Geostac
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Asc Geostac
Commits
a0f516fd
Commit
a0f516fd
authored
2 years ago
by
Jacob Cain
Browse files
Options
Downloads
Patches
Plain Diff
capitalization fix
parent
387ca21e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/container/App.jsx
+2
-2
2 additions, 2 deletions
src/components/container/App.jsx
src/components/presentational/Menubar.jsx
+1
-1
1 addition, 1 deletion
src/components/presentational/Menubar.jsx
with
3 additions
and
3 deletions
src/components/container/App.jsx
+
2
−
2
View file @
a0f516fd
import
React
,
{
useEffect
,
useState
}
from
"
react
"
;
import
UsgsHeader
from
"
../presentational/UsgsHeader.jsx
"
;
import
UsgsFooter
from
"
../presentational/UsgsFooter.jsx
"
;
import
Menu
B
ar
from
"
../presentational/Menu
B
ar.jsx
"
;
import
Menu
b
ar
from
"
../presentational/Menu
b
ar.jsx
"
;
import
GeoStacApp
from
"
./GeoStacApp.jsx
"
;
import
SplashScreen
from
"
../presentational/SplashScreen.jsx
"
;
...
...
@@ -245,7 +245,7 @@ export default function App() {
return
(
<>
<
UsgsHeader
visible
=
{
showHeaderFooter
}
/>
<
Menu
B
ar
<
Menu
b
ar
showHeaderFooter
=
{
showHeaderFooter
}
handleOpenCloseHeader
=
{
handleOpenCloseHeader
}
/>
...
...
This diff is collapsed.
Click to expand it.
src/components/presentational/Menubar.jsx
+
1
−
1
View file @
a0f516fd
...
...
@@ -12,7 +12,7 @@ import DialogContent from "@mui/material/DialogContent";
import
DialogContentText
from
"
@mui/material/DialogContentText
"
;
import
DialogTitle
from
"
@mui/material/DialogTitle
"
;
export
default
function
Menu
B
ar
(
props
)
{
export
default
function
Menu
b
ar
(
props
)
{
const
[
showAbout
,
setShowAbout
]
=
React
.
useState
(
false
);
const
handleOpenAbout
=
()
=>
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment