Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
inventory-promotion-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
inventory-promotion-react
Commits
a5eb703a
Commit
a5eb703a
authored
May 13, 2021
by
Sumaiyya Burney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Swaps Ascend text for Nisum logo
parent
ba219fde
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
logo.jpeg
public/logo.jpeg
+0
-0
Header.jsx
src/component/Header.jsx
+1
-1
Header.css
src/styles/Header.css
+5
-0
No files found.
public/logo.jpeg
0 → 100644
View file @
a5eb703a
148 KB
src/component/Header.jsx
View file @
a5eb703a
...
...
@@ -11,7 +11,7 @@ const Header = ({ login, setLogin }) => {
<
nav
className=
"navbar navbar-expand-lg navbar-dark"
>
<
div
id=
"parent"
className=
"container-fluid"
>
<
Link
className=
"navbar-brand"
to=
"/"
>
Ascend
<
img
id=
"logo"
src=
"../../../logo.jpeg"
alt=
"Nisum Logo"
></
img
>
</
Link
>
<
button
className=
"navbar-toggler"
...
...
src/styles/Header.css
View file @
a5eb703a
...
...
@@ -19,6 +19,11 @@
position
:
relative
;
}
#logo
{
width
:
100px
;
height
:
50px
;
}
.nav-link
{
color
:
#EBEBEB
!important
;
}
...
...
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