update logo
This commit is contained in:
parent
daf0e7e54d
commit
51dc6c9997
@ -1 +1 @@
|
|||||||
Subproject commit e15616c8ba2cd26017469382b0f58121b07e8cac
|
Subproject commit b63b71a93bceee0f8069c980e83f41b0c80e4f90
|
Binary file not shown.
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 74 KiB |
@ -28,13 +28,25 @@ const Navbar = () => {
|
|||||||
return (
|
return (
|
||||||
<nav className="sb-topnav navbar navbar-expand" style={{ backgroundColor: '#0542cc' }}>
|
<nav className="sb-topnav navbar navbar-expand" style={{ backgroundColor: '#0542cc' }}>
|
||||||
<Link to="/getting-started">
|
<Link to="/getting-started">
|
||||||
<a className="navbar-brand ps-3 text-white d-flex align-items-center">
|
<a className="navbar-brand ps-3 text-white d-flex align-items-center gap-2">
|
||||||
{/* Logo Image */}
|
{/* Logo Image */}
|
||||||
<img
|
<div style={{
|
||||||
src={Logo}
|
display: 'flex',
|
||||||
alt="Logo"
|
alignItems: 'center',
|
||||||
style={{ width: '30px', height: '30px', marginRight: '10px' }} // Adjust size as needed
|
justifyContent: 'center',
|
||||||
/>
|
borderRadius: '50%',
|
||||||
|
backgroundColor: 'white',
|
||||||
|
padding: '10px', // Adjust padding as needed for oval shape
|
||||||
|
width: '33px', // Adjust width for oval
|
||||||
|
height: '33px' // Adjust height for oval
|
||||||
|
}}>
|
||||||
|
<img
|
||||||
|
src={Logo}
|
||||||
|
alt="Logo"
|
||||||
|
style={{ width: '30px', height: '30px' }} // Adjust size as needed
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
Rekan Veri
|
Rekan Veri
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user