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 (
|
||||
<nav className="sb-topnav navbar navbar-expand" style={{ backgroundColor: '#0542cc' }}>
|
||||
<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 */}
|
||||
<img
|
||||
src={Logo}
|
||||
alt="Logo"
|
||||
style={{ width: '30px', height: '30px', marginRight: '10px' }} // Adjust size as needed
|
||||
/>
|
||||
<div style={{
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
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
|
||||
</a>
|
||||
</Link>
|
||||
|
Loading…
x
Reference in New Issue
Block a user