Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
order-management-react
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ascend
order-management-react
Commits
b5faa8a4
Commit
b5faa8a4
authored
May 14, 2021
by
Alex Segers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added logo to header
parent
1abc5ed2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
Nav.tsx
src/components/Nav.tsx
+11
-3
nisum.jpeg
src/img/nisum.jpeg
+0
-0
No files found.
src/components/Nav.tsx
View file @
b5faa8a4
...
...
@@ -5,7 +5,8 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import
{
faUser
}
from
'@fortawesome/free-solid-svg-icons'
import
{
AccountPage
}
from
'pages'
import
{
Box
,
Heading
,
Flex
,
Spacer
,
Button
,
Image
,
Avatar
,
HStack
,
Input
}
from
"@chakra-ui/react"
import
Logo
from
'../img/logo.png'
import
AppLogo
from
'../img/logo.png'
import
NisumLogo
from
'../img/nisum.jpeg'
import
{
Drawer
,
DrawerBody
,
...
...
@@ -49,11 +50,18 @@ const Nav = () => {
return
(
<
Flex
className=
"header"
justifyContent=
"space-between"
>
<
Box
>
<
h1
className=
"header-title"
>
Ascend Final Project
</
h1
>
<
Image
mt=
"-4px"
src=
{
NisumLogo
}
alt=
"Nisum - Celebrating 20+ years logo"
height=
"45px"
// width="950px"
/>
</
Box
>
<
Box
className=
"center-nav"
display=
"-ms-inline-flexbox"
>
<
HStack
>
<
Link
to=
"/"
><
Image
src=
{
Logo
}
alt=
"project logo"
className=
"logoImg"
/></
Link
>
<
Link
to=
"/"
><
Image
src=
{
AppLogo
}
alt=
"Order Management Console PRO logo"
className=
"logoImg"
/></
Link
>
<
h1
>
Order Management
</
h1
>
{
/* <Link to="/"><h1>Order Management</h1></Link> */
}
</
HStack
>
...
...
src/img/nisum.jpeg
0 → 100644
View file @
b5faa8a4
148 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment