changing focus
This commit is contained in:
@@ -12,7 +12,7 @@ export default function Navbar() {
|
||||
return (
|
||||
<>
|
||||
<div className="navbar">
|
||||
<h1 className="nav-title">Reddit but it's all cats</h1>
|
||||
<h1 className="nav-title">Reddit, but it's all cats</h1>
|
||||
<SearchBar />
|
||||
<button className="sidebar-button" onClick={handleCollapse}>Sidebar</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user