12/02/2025 Edit Navbar

This commit is contained in:
damarrsyh 2025-02-12 23:27:53 +07:00
parent 262103a21d
commit 1e135f763f

View File

@ -7,13 +7,23 @@ const AppNavbar = () => {
className="fixed-top w-100 shadow-sm d-flex justify-content-between" className="fixed-top w-100 shadow-sm d-flex justify-content-between"
style={{ zIndex: 1030, padding: '15px 20px' }} style={{ zIndex: 1030, padding: '15px 20px' }}
> >
<Navbar.Brand href="#home" style={{ marginLeft: '20px' }}> <Navbar.Brand href="#home" style={{ marginLeft: '20px', fontWeight: 'bold'}}>
<FaChartLine style={{ marginRight: '10px', color: '#b31e1e' }} /> <FaChartLine style={{ marginRight: '10px', color: '#b31e1e' }} />
Speedtest Tracker Speedtest Tracker
</Navbar.Brand> </Navbar.Brand>
<Nav> <Nav>
<Nav.Item className="d-flex align-items-center" style={{ fontWeight: 'bold' }}> <Nav.Item className="d-flex align-items-center" style={{ fontWeight: 'bold' }}>
Damar Damar
<img
src="/src/assets/react.svg"
alt="Profile"
style={{
width: '30px',
height: '30px',
borderRadius: '50%',
marginLeft: '10px'
}}
/>
</Nav.Item> </Nav.Item>
</Nav> </Nav>
</Navbar> </Navbar>