mirror of
https://github.com/ershisan99/todolist_next.git
synced 2025-12-17 20:59:25 +00:00
sort tw classes
This commit is contained in:
@@ -34,7 +34,7 @@ function Header() {
|
||||
logout()
|
||||
}
|
||||
return (
|
||||
<header className={"flex justify-between items-center p-4"}>
|
||||
<header className={"flex items-center justify-between p-4"}>
|
||||
<h1 className={"text-3xl"}>Tasks</h1>
|
||||
<div className={"flex gap-4"}>
|
||||
<ModeToggle />
|
||||
|
||||
Reference in New Issue
Block a user