Compare commits
5 Commits
815dfb26e0
...
2b954ec582
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2b954ec582 | ||
94062298ab
|
|||
14873a9589
|
|||
e829de6878
|
|||
3302ceb852
|
@@ -45,32 +45,6 @@ export default function Navigation({ username: _username }: NavigationProps) {
|
||||
</code>
|
||||
</div>
|
||||
|
||||
<div className="flex gap-2 hidden md:flex">
|
||||
<form className="flex gap-2">
|
||||
<input
|
||||
type="text"
|
||||
placeholder="user"
|
||||
className="px-2 py-1 text-black rounded"
|
||||
/>
|
||||
<input
|
||||
type="submit"
|
||||
value="Go"
|
||||
className="px-3 py-1 bg-primary text-white rounded hover:bg-secondary cursor-pointer"
|
||||
/>
|
||||
</form>
|
||||
<form className="flex gap-2">
|
||||
<input
|
||||
type="text"
|
||||
placeholder="id"
|
||||
className="px-2 py-1 text-black rounded"
|
||||
/>
|
||||
<input
|
||||
type="submit"
|
||||
value="Go"
|
||||
className="px-3 py-1 bg-primary text-white rounded hover:bg-secondary cursor-pointer"
|
||||
/>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user