Refactor: rename account-form to settings-form and update translations
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
import { SelectLanguage } from "./SelectLanguage";
|
||||
import AccountCircleIcon from "@mui/icons-material/AccountCircle";
|
||||
import Settings from "@mui/icons-material/Settings";
|
||||
|
||||
export const PageHeader = () =>
|
||||
<div className="navbar bg-base-100 mb-6">
|
||||
@@ -9,6 +9,6 @@ export const PageHeader = () =>
|
||||
<span className="grow"> </span>
|
||||
<SelectLanguage />
|
||||
<Link href="/account/" className="btn btn-ghost btn-circle">
|
||||
<AccountCircleIcon className="w-6 h-6" />
|
||||
<Settings className="w-6 h-6" />
|
||||
</Link>
|
||||
</div>
|
||||
Reference in New Issue
Block a user